Expand description
Aseprite file loader.
For a fast workflow, it can be beneficial for an editor/engine to load Aseprite files directly. This crate provides such functionality, giving you access to all a sprite’s layers, animations cels, and all user-data associated with them.
Structs§
- Ase
- A parsed Aseprite file.
- Cel
- The pixels of a specific frame & layer.
- Frame
- An animation frame.
- Layer
- A sprite’s layer info.
- Nine
Slice Key - A slice keyframe with a center-region.
- Slice
- A sprite slice.
- Slice
Key - A slice keyframe.
- Tag
- An animation tag.
- User
Data - User-defined data.