Blender_bevy_components_wor.../examples/bevy_registry_export/basic
Mark Moissette 0d708b800e
chore(): cleanup & simplification pass (#122)
* closes #118 
* closes #110 
* closes #99
2024-02-07 14:07:17 +01:00
..
assets chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
src chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
Cargo.toml chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
README.md feat(tools/bevy_blueprints): bevy plugin + blender addon for components UI to more easily create components (#70) 2024-02-05 23:01:19 +01:00

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.