Blender_bevy_components_wor.../examples/bevy_registry_export/basic
kaosat.dev a058659211 chore(v0.14): upgraded all current crates, examples, testing setup etc to Bevy 0.14 2024-07-18 18:20:40 +02:00
..
assets chore(v0.14): upgraded all current crates, examples, testing setup etc to Bevy 0.14 2024-07-18 18:20:40 +02:00
src feat(): Asset preloading basics (#169) 2024-03-18 18:00:19 +01:00
Cargo.toml chore(v0.14): upgraded all current crates, examples, testing setup etc to Bevy 0.14 2024-07-18 18:20:40 +02: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.