Blender_bevy_components_wor.../testing/bevy_example
Mark Moissette d1b5d2627d
feat(Blenvy): complete overhaul and re branding to : Blenvy (#192)
- replaced the various crates with a single one
- replaced the Blender add-ons with a single one
- this is an alpha release !
- for features etc see the various docs
2024-08-14 16:40:59 +02:00
..
art feat(Blenvy): complete overhaul and re branding to : Blenvy (#192) 2024-08-14 16:40:59 +02:00
assets feat(Blenvy): complete overhaul and re branding to : Blenvy (#192) 2024-08-14 16:40:59 +02:00
src feat(Blenvy): complete overhaul and re branding to : Blenvy (#192) 2024-08-14 16:40:59 +02:00
Cargo.toml feat(Blenvy): complete overhaul and re branding to : Blenvy (#192) 2024-08-14 16:40:59 +02:00
README.md feat(Blenvy): complete overhaul and re branding to : Blenvy (#192) 2024-08-14 16:40:59 +02:00

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.