https://github.com/twct/spritepacker
A simple tool for packing sprite sheets from standalone image files.
https://github.com/twct/spritepacker
Last synced: over 1 year ago
JSON representation
A simple tool for packing sprite sheets from standalone image files.
- Host: GitHub
- URL: https://github.com/twct/spritepacker
- Owner: twct
- Created: 2020-09-09T17:54:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T22:44:17.000Z (almost 6 years ago)
- Last Synced: 2025-02-13T09:37:23.732Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sprite Packer
A simple tool for packing sprite sheets from standalone image files. Sprite Packer will automatically generate a composite sprite sheet that maintains appropiate sizes for easy loading into game engines.
## Dependencies
* \>= gtkmm 3.0
## Build Instructions
```console
$ mkdir build
$ cd build
$ cmake ..
$ make
```
