Blender_bevy_components_wor.../examples
kaosat.dev 3bc1a87d1e chore(examples): updated examples for bevy 0.13
* updated dependencies
 * updated code where relevant
 * temporary removed editor
 * attempting to tweak lighting/camera proxies to match Bevy's new defaults
 * updated assets where relevant
 * still wip, as bevy_xpbd is not yet updated for 0.13
 * all work except the above & save/load
2024-02-20 14:52:00 +01:00
..
bevy_gltf_blueprints chore(examples): updated examples for bevy 0.13 2024-02-20 14:52:00 +01:00
bevy_gltf_components/basic chore(examples): updated examples for bevy 0.13 2024-02-20 14:52:00 +01:00
bevy_gltf_save_load/basic chore(examples): updated examples for bevy 0.13 2024-02-20 14:52:00 +01:00
bevy_registry_export/basic chore(examples): updated examples for bevy 0.13 2024-02-20 14:52:00 +01:00
common chore(examples): updated examples for bevy 0.13 2024-02-20 14:52:00 +01:00
README.md refactor(examples): restructure examples (#44) 2023-11-13 14:36:42 +01:00

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.