Page 1 of 1

animFULL (a fast spritsheet support library)

Posted: Tue Aug 15, 2023 8:43 am
by Cyzmix
Hi!
i wanted to showcase a library ive been working on, it's still in early development so any feedback, bug report would be appreciated! 8 mainly created this lib cuz i was having issues with anim8 (a popular love2d spritesheet lib), plus the library is kinda old its almost 6 yrs old.

Pros:
-fast (cuz it stores the quad of an anim once in love.load)
-easy (simple to understand syntax)
-expotable (you can export .spr from the love2d app to use that sprite on other projects without readding the anims and all that)

Cons:
-bit buggy (working on it)
-changing the animation based on a keypressed is still buggy too (next update will fix that)

Examples and wiki on the github page below!!
Link: https://github.com/CyzmiX/animFULL

Ty for reading!