Skip to content
/ bvyfst Public

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

Notifications You must be signed in to change notification settings

nicopap/bvyfst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages