Experimental editor with web pased UI, and bevy based viewport.
Prerequisites
- See https://tauri.studio/docs/getting-started/prerequisites
- WASM target
rustup target install wasm32-unknown-unknown
Currently, you'll need to clone this repository and run it manually.
- Install dependencies
$ yarn install
- Build viewport
$ yarn build:viewport
- Run app
$ yarn tauri dev