add odin-aseprite dependency & start of a generator

This commit is contained in:
Stefan Stefanov 2024-04-21 09:38:05 +03:00
parent 132b16df8f
commit c8e5cfcdef
9 changed files with 170 additions and 64 deletions

View file

@ -6,4 +6,6 @@ Yet-Another-Atlas-Packer by Stefan Stefanov
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](https://github.com/blob1807/odin-aseprite)
Project template provided by Karl Zylinski on github [here](https://github.com/karl-zylinski/odin-raylib-hot-reload-game-template).