An open API service indexing awesome lists of open source software.

https://github.com/pseitz/amethyst-spritesheet-generator


https://github.com/pseitz/amethyst-spritesheet-generator

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

This tool provides the packed image and a ron for amethyst. Uses piston's `texture_packer`.
prints a function to map the image names to ids to the console.

```ignore
git clone git@github.com:PSeitz/spritesheet-generator.git
cargo install --path . --force
generate_spritesheet --help
generate_spritesheet -i folder_to_pack -o sheet
```

## Credits
- [Piston/Texture Packer](https://github.com/PistonDevelopers/texture_packer)
- [Texture Packer](https://www.codeandweb.com/texturepacker)
- [Example Assets](https://opengameart.org/content/5-more-rpgfantasy-weapons)