animX icon indicating copy to clipboard operation
animX copied to clipboard

An animation library for Love2D with unique features

Results 4 animX issues
Sort by recently updated
recently updated
newest added

I've found animX really useful-- I used it recently for an open-source game jam, and I'm just about to on another one ([LibreJam](https://leagueh.xyz/en/librejam/index.html)). But I just realized that a license...

https://github.com/YoungNeer/animX/wiki/Actor-API#actoractorstartsanimation The name of the function is actually `startAnimation`

I've created a fix for memory leak issue. A small proof-of-concept demonstrating that `animX` leaks memory:. https://github.com/unreal79/animX-memory-leak Also added license (MIT).

A small proof-of-concept demonstrating that `animX` leaks memory:. https://github.com/unreal79/animX-memory-leak Fix in the pull request: https://github.com/besnoi/animX/pull/5 My fork: https://github.com/unreal79/animX