# YAAP
Yet-Another-Atlas-Packer by Stefan Stefanov
## Description
Simple atlas packer for .aseprite files. Generates metadata and potentially embeds in an output source file of your choosing.
Uses `stb_rect_pack` from the `stb` family of header libraries & `raylib` for rendering/UI. Here's a quick preview on [youtube](https://youtu.be/4_dKq7G57Lw) of the application.
The goal of the tool is to take in multiple aseprite files and pack them into a single atlas, outputting metadata in the process in the form of
JSON and/or source files for direct use in odin (or other languages through a customization file).
I'm using a library for marshalling the aseprite files found [here](https://github.com/blob1807/odin-aseprite) on github.
Project template provided by Karl Zylinski found [here](https://github.com/karl-zylinski/odin-raylib-hot-reload-game-template) on github.