56763879b1
* includes components, registry export & blueprints * overhauled settings / config to match the new structure * keeping the different sub plugins for now * cleaned up some of the internals of the blueprints code * related tweaks & cleanups * added events to blueprints : for when assets have been loaded & when a blueprint has been spawned (wip) * various experiments with blueprints * updated testing to make use of new crate & logic |
||
---|---|---|
.. | ||
art | ||
assets | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Bevy registry export example/demo
This example showcases
- the use of the bevy_registry_export 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.