A collection of efficient asset loader/savers for bevy Asset v2 🧪.
This repository contains several crates:
bvyfst_mesh: Mesh loading based ontmfbvyfst_hollow_scene: An asset-less scene format based onrkyv. This stores a scene hierarchy and a subset of components relevant to a 3d scene. TheHandle<A>components are stored as file paths.bvyfst_scene: A scene format with embedded assets, storing scene assets in the same file.- Based on
proto_async_ar, a fork of the excellentarcrate. rkyvsimilarly tobvyfst_hollow_scenebasis-universalfor embedding texture filestmffor meshes
- Based on