e573251707
* more coherent logic between save & load * added resources & boilerplate for loading side * experimenting with save & load logic, filtering of components etc * updated assets for more testing * added bevy-inspector-egui to some examples for testing |
||
---|---|---|
.. | ||
art | ||
assets | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Bevy registry export example/demo
This example showcases
- the use of the blenvy crate to extract all components & types information into a json file.
- That file is then used by the Blender addon to create Uis for each component, to be able to add & edit Bevy components easilly in Blender !
Running this example
cargo run --features bevy/dynamic_linking
Running the example also regenerates the registry.json file.