A collection of efficient asset loader/savers for bevy Asset v2 🧪.
This repository contains several crates:
bvyfst_mesh
: Mesh loading based ontmf
bvyfst_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 excellentar
crate. rkyv
similarly tobvyfst_hollow_scene
basis-universal
for embedding texture filestmf
for meshes
- Based on