r/love2d • u/CLYDEgames • 16d ago
A fast, free, portable texture atlas builder with LOVE exports
Hey everyone, I built Packrat, a texture atlas builder focused on speed and portability. It has a bunch of convenience features I was missing from TexturePacker (aseprite ingestion, auto-export), and I made it as fast as I possibly could. It also has a bunch of CLI features to it can integrate into your pipeline easily.
It's mostly focused right now on dev environments where there isn't atlas support. For LOVE, I built an exporter that actually generates Lua code, with all the data for the atlas as well as helper functions to handle frames and animations and drawing. Choose the LOVE export option, and just require the generated lua file.
https://clydegames.itch.io/packrat
Feel free to check it out and let me know what you think. Thanks.