Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 537 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 537 Bytes

Spriterator

build

Spriterator is a Rust library that creates sprite sheets by combining multiple images from a specified directory into a compact format.

Example

Refer to integration_tests.rs for an example demonstrating how to use Spriterator to generate sprite sheets from images within a directory.