spritesheet-generator 0.2.0

A spritesheet generator library using the piston's texture_packer
Documentation

spritesheet-generator

Build Status

A spritesheet generator library using the piston's texture_packer, this lib provides the packed image and a json with all information following the codeandweb's Texture Packer basic format.

Example

To test the sample code, run the code below from the project directory.

# Be sure you're running this code at the root of the project directory!
cargo run --example generate-test

Credits