Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigmasoldi3r/spr-pack
https://github.com/sigmasoldi3r/spr-pack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sigmasoldi3r/spr-pack
- Owner: sigmasoldi3r
- Created: 2023-12-08T00:32:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-08T17:16:27.000Z (about 1 year ago)
- Last Synced: 2024-05-20T15:12:09.780Z (8 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sprite packer
This program compiles JSON spritesheets and the image counterpart to create
a `.spr` file, following the Argochamber's SPR specification.## Usage
Download the SPR packer for Windows or Linux, then run the executable binary,
or alternatively you can download the repository and build it.- [Windows binaries spr-pack.exe](https://github.com/sigmasoldi3r/spr-pack/releases/download/v1.0.0/spr-pack.exe)
- [Linux binaries spr-pack](https://github.com/sigmasoldi3r/spr-pack/releases/download/v1.0.0/spr-pack)### Building
You will need the [Saturnus toolkit](saturnus) (Saturnus compiler + Janus).
Then just run:
```sh
janus build
```And you will have the binaries at `dist/target/spr-pack`.
## Development
You can download the repository and make changes, just remember that you
will need the [Saturnus toolkit](saturnus).[saturnus]: https://github.com/sigmasoldi3r/Saturnus