Blender_bevy_components_wor.../examples/bevy_registry_export/basic
kaosat.dev 295c387132 refactor(Blenvy): BIG cleanup
* removed old blender add-ons, there is now only Blenvy !
 * updated most of the main docs accordingly
 * updated project name in main README
 * etc
 * related tweaks
2024-06-10 14:08:16 +02:00
..
assets chore(examples): updated registry for bevy_registry as some of the built in components have changed 2024-03-21 21:37:24 +01:00
src feat(bevy_gltf_blueprints): added back materials handling ,removing clutter 2024-06-10 11:03:52 +02:00
Cargo.toml chore(Bevy): Update to bevy 0.13 (#136) 2024-03-04 22:16:31 +01:00
README.md refactor(Blenvy): BIG cleanup 2024-06-10 14:08:16 +02: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.