https://github.com/pseitz/amethyst-spritesheet-generator
https://github.com/pseitz/amethyst-spritesheet-generator
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pseitz/amethyst-spritesheet-generator
- Owner: PSeitz
- Created: 2018-11-11T17:10:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T22:18:34.000Z (over 7 years ago)
- Last Synced: 2025-03-20T04:44:47.426Z (about 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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)