YAAP (Yet Another Atlas Packer). Built with Odin, Raylib, stb_rect_pack & odin-aseprite.
Find a file
2024-04-19 21:30:09 +03:00
.vscode Added working text input box 2024-04-19 21:30:09 +03:00
scripts init 2024-04-19 20:41:22 +03:00
src Added working text input box 2024-04-19 21:30:09 +03:00
.gitignore init 2024-04-19 20:41:22 +03:00
LICENSE init 2024-04-19 20:41:22 +03:00
README.md init 2024-04-19 20:41:22 +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.

Project template provided by Karl Zylinski on github here.