Blender_bevy_components_wor.../examples
Mark Moissette 20b6fa6077
feat(bevy_components): set of fixes & improvements (#128)
* fixed issue with "reload registry" not clearing previous data
 * added watcher/ poll system to automatically updated the registry & components list when the registry file has been changed
* BREAKING CHANGE ! changed internal representation of components, incompatible with v0.1, breaks UI values.
* added buttons to regenerate UI to account for/fix the above and to offer the ability to regenerate UI values from custom property values
* lots of cleanups
* added tests 
* closes #127 
* closes #124 
* closes #121 
* closes #130
2024-02-18 17:14:31 +01:00
..
bevy_gltf_blueprints chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
bevy_gltf_components/basic chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
bevy_gltf_save_load/basic chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
bevy_registry_export/basic feat(bevy_components): set of fixes & improvements (#128) 2024-02-18 17:14:31 +01:00
common chore(): cleanup & simplification pass (#122) 2024-02-07 14:07:17 +01:00
README.md refactor(examples): restructure examples (#44) 2023-11-13 14:36:42 +01:00

README.md

Examples

This folder contains numerous examples showing how to use both bevy_gltf_components and bevy_gltf_blueprints. Each example is its own crate so its dependencies are specific & clear.