Blender_bevy_components_wor.../examples
kaosat.dev 2f7f3024d9 feat(bevy_gltf_blueprints): added back materials handling ,removing clutter
* removed format, materials library path, & library path from blueprints, obsoleted through "blueprints_path"
 * related cleanups
 * added back materials library support but using the assets path
2024-06-10 11:03:52 +02:00
..
bevy_gltf_blueprints feat(bevy_gltf_blueprints): added back materials handling ,removing clutter 2024-06-10 11:03:52 +02:00
bevy_gltf_components/basic chore(Bevy): Update to bevy 0.13 (#136) 2024-03-04 22:16:31 +01:00
bevy_gltf_save_load/basic feat(bevy_gltf_blueprints): added back materials handling ,removing clutter 2024-06-10 11:03:52 +02:00
bevy_registry_export/basic feat(bevy_gltf_blueprints): added back materials handling ,removing clutter 2024-06-10 11:03:52 +02:00
common feat(): Asset preloading basics (#169) 2024-03-18 18:00:19 +01:00
common_rapier chore(Bevy): Update to bevy 0.13 (#136) 2024-03-04 22:16:31 +01:00
common_xpbd chore(Bevy): Update to bevy 0.13 (#136) 2024-03-04 22:16:31 +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.