sheety 0.1.0

sheety is a sprite-sheet manipulation program written in Rust.
Documentation
  • Coverage
  • 92.59%
    25 out of 27 items documented1 out of 2 items with examples
  • Size
  • Source code size: 48.66 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.61 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 47s Average build duration of successful builds.
  • all releases: 47s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • potassium-shot/sheety
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • potassium-shot

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:

  • API
    • reordering of sprites
    • sprite-sheet concatenation
    • sprite import
    • sprite-sheet import
    • individual sprites export
    • sprite-sheet export
    • documentation
  • CLI
  • publish on crates.io
  • GUI (maybe)