/bvyfst

A collection of efficient asset loader/savers for bevy (Asset v2 🧪)

Primary LanguageRust

Bevy Fast Assets

A collection of efficient asset loader/savers for bevy Asset v2 🧪.

Crates

This repository contains several crates:

  • bvyfst_mesh: Mesh loading based on tmf
  • bvyfst_hollow_scene: An asset-less scene format based on rkyv. This stores a scene hierarchy and a subset of components relevant to a 3d scene. The Handle<A> components are stored as file paths.
  • bvyfst_scene: A scene format with embedded assets, storing scene assets in the same file.