1 unstable release

Uses old Rust 2015

0.1.0 Aug 7, 2017

#1661 in Game dev

MIT license

23KB
464 lines

Omn Sprites Build Status

This crate is an exercise in learning! Please don't depend on this for your job.

The overall goal is to make management of sprite sheet data convenient by using a video playback metaphor. Sprite sheets can be tagged with "clips" which can support multiple play modes.

The code was originally part of omn-labs-rs, which is an incubator project for random game dev ideas.

Currently the crate is built around export data from Aseprite but I hope to support more content creation apps later.


lib.rs:

This crate contains types and functions for managing playback of frame sequences over time.

Dependencies

~0.7–1.4MB
~33K SLoC