Blender_bevy_components_wor.../testing/bevy_registry_export/basic
Jan Hohenheim f9cc374ce8
Process lights coming from Blender
2024-03-03 23:22:08 +01:00
..
assets Process lights coming from Blender 2024-03-03 23:22:08 +01:00
src Process lights coming from Blender 2024-03-03 23:22:08 +01:00
Cargo.toml Process lights coming from Blender 2024-03-03 23:22:08 +01:00
README.md feat(bevy_components): set of fixes & improvements (#128) 2024-02-18 17:14:31 +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.