YAAP (Yet Another Atlas Packer). Built with Odin, Raylib, stb_rect_pack & odin-aseprite.
| .vscode | ||
| scripts | ||
| src | ||
| styles | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| README.md | ||
YAAP
Yet-Another-Atlas-Packer by Stefan Stefanov
Description
Simple atlas packer using stb_rect_pack from the stb family of header libraries & raylib for rendering/ui.
The goal of the tool is to take in multiple aseprite files and pack them into a single atlas, outputting some metadata in the process in the form of json and/or source files for direct use in odin (maybe more languages too).
I'm using a library for marhsalling the aseprite files found here on github.
Project template provided by Karl Zylinski found here on github.