YAAP (Yet Another Atlas Packer). Built with Odin, Raylib, stb_rect_pack & odin-aseprite.
Find a file
2024-04-23 10:01:51 +03:00
.vscode refactored the UI & fixed a bug that would crash everything 2024-04-22 19:00:14 +03:00
scripts working build & fixed the double padding 2024-04-22 20:09:42 +03:00
src updated readme & fixed the submodule setup for tinyfiledialogs + added a build script for windows 2024-04-23 10:01:51 +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 updated readme & fixed the submodule setup for tinyfiledialogs + added a build script for windows 2024-04-23 10:01:51 +03:00
.gitmodules added tinyfiledialogs as a submodule & updated the build scripts for linux/mac 2024-04-22 10:07:02 +03:00
LICENSE init 2024-04-19 20:41:22 +03:00
README.md updated readme & fixed the submodule setup for tinyfiledialogs + added a build script for windows 2024-04-23 10:01:51 +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.

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.