YAAP (Yet Another Atlas Packer). Built with Odin, Raylib, stb_rect_pack & odin-aseprite.
Find a file
2024-04-22 16:09:18 +03:00
.vscode working packing 2024-04-21 22:08:03 +03:00
scripts update the generator tool & added unmarshalling a whole directory 2024-04-21 19:17:27 +03:00
src fmt change 2024-04-22 16:09:18 +03:00
styles working-ish state for the app & some gui work done on the packing screen 2024-04-20 18:53:50 +03:00
.gitignore added new batch build script for the test generator program & minor cleanup 2024-04-21 14:31:12 +03:00
.gitmodules add odin-aseprite dependency & start of a generator 2024-04-21 09:38:05 +03:00
LICENSE init 2024-04-19 20:41:22 +03:00
README.md add odin-aseprite dependency & start of a generator 2024-04-21 09:38:05 +03:00

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.

I'm using a custom marshall/unmarshall odin library for reading .aseprite files found here

Project template provided by Karl Zylinski on github here.