/bevy-editor-2

Bevy editor attempt 2 with Tauri

Primary LanguageRust

Bevy Editor with Tauri

Experimental editor with web pased UI, and bevy based viewport.

Setup

Prerequisites

Currently, you'll need to clone this repository and run it manually.

  1. Install dependencies
$ yarn install
  1. Build viewport
$ yarn build:viewport
  1. Run app
$ yarn tauri dev