Sheety
Sheety is a sprite-sheet manipulation program written in Rust.
It has a Rust library crate for its API and a binary crate for a CLI app built on top of the API.
Maybe even a GUI if I feel like it/have time for it.
Todo:
- [x] API
- [x] reordering of sprites
- [x] sprite-sheet concatenation
- [x] sprite import
- [x] sprite-sheet import
- [x] individual sprites export
- [x] sprite-sheet export
- [x] documentation
- [x] CLI
- [x] publish on crates.io
- [ ] GUI (maybe)