Skip to content

Generates sprite sheets from images in the specified directory.

License

Notifications You must be signed in to change notification settings

krchmkn/spriterator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.