Fork of https://github.com/Bradshaw/Fudge (now gone), a generator of texture atlases for love2d by Gaeel Bradshaw-Rodriguez.
William Dyce 3a345effa5 storing image data because we can no longer recovering it from images | 5 年之前 | |
---|---|---|
LICENSE.md | 10 年之前 | |
README.md | 9 年之前 | |
init.lua | 5 年之前 |
An automatic texture packer for Löve2D
Feed it images and it will automagically generate a texture atlas and quads. It can also export the generated data to reduce load times in production mode.
The alpha version of this software was originally made during mini-LudumDare #51: "Revenge of the Tool Jam", as such the API is a little wonky and the feature set isn't very smooth. It works well, but with hindsight there are improvements to be done.
Alpha versions are tagged "aX.Y.Z" (e.g: "a0.0.1"), they will probably never be documented, and will be moved to their own branch for retrocompatibility's sake. Wilbefast and I are currently using this version on several of our projects.
Versions tagged "vX.Y.Z" are designed for public consumption, will come tested and documented. They will be moved to "master" branch as they are released.