Crates.io | spriterator |
lib.rs | spriterator |
version | 0.1.0-alpha.4 |
source | src |
created_at | 2024-11-13 21:56:36.329447 |
updated_at | 2024-11-19 04:10:04.037084 |
description | Generates sprite sheets from images in the specified directory. |
homepage | |
repository | https://github.com/krchmkn/spriterator |
max_upload_size | |
id | 1447130 |
size | 17,392 |
Spriterator is a Rust library that creates sprite sheets by combining multiple images from a specified directory into a compact format.
Refer to integration_tests.rs
for an example demonstrating how to use Spriterator
to generate sprite sheets from images within a directory.