omn-sprites

Crates.ioomn-sprites
lib.rsomn-sprites
version0.1.0
sourcesrc
created_at2017-08-07 00:09:36.715131
updated_at2017-08-07 00:09:36.715131
descriptionA small library for sprite sheet animation.
homepage
repositoryhttps://github.com/onelson/omn-sprites-rs
max_upload_size
id26731
size38,695
Owen Nelson (onelson)

documentation

README

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.

Commit count: 7

cargo fmt