# Spriterator [![build](https://github.com/krchmkn/spriterator/actions/workflows/build.yml/badge.svg)](https://github.com/krchmkn/spriterator/actions/workflows/build.yml) [Spriterator](https://crates.io/crates/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`](tests/integration_tests.rs) for an example demonstrating how to use `Spriterator` to generate sprite sheets from images within a directory.