Bevy Aseprite Ultra


cover

Github Crates.io

A convenient way to load Aseprite binaries directly in Bevy.

You can edit your files and animations in Aseprite. On Save everything is hot reloaded.

This crate was intended to be used for small game jams, since you have to ship your Aseprite files with the game. There is currently no asset processing step. As a work around checkout bevy embedded assets which allows you to directly embed your aseprite files into the executable.

The underlying binary reader was written by a friend Michal Jung