diff --git a/README.md b/README.md index d569d62..d71b72b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ 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. 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 some metadata in the process in the form of json and/or source files for direct use in odin (maybe more languages too). diff --git a/repo_assets/image.png b/repo_assets/image.png new file mode 100644 index 0000000..af4f14c Binary files /dev/null and b/repo_assets/image.png differ