Notice: bevy_cursed_editor
is moving to potoo 🚚💨
bevy codegen is a library for generating bevy code and provide a serializable bevy format. Use an API to create, save and load bevy code, ideally using a gui like egui at some point or it could be integrated with bevy_editor_pls.
The binary is a cli and visual editor for bevy_codegen
.
Call cargo run -- --help
for help.
Right now the default is creating a default project.
If you want to run the build and run commands you can
do so by running cargo run -- default default
Running the editor: cargo run -- default editor
- Press
Open window
in the top panel and selectCursed Overview
- Here you can see the current/default bevy model, go to cargo run to run the bevy app
- Alternativly you can go to
File
>New Project
> And select one of the templates. - You can also import/export files in
File
>Import Json
/Export Json
Not published yet and might change name, a license has not been choose yet, but most likely going to be MIT/Apache 2.0
Yes please