anim8 icon indicating copy to clipboard operation
anim8 copied to clipboard

An animation library for LÖVE

Results 7 anim8 issues
Sort by recently updated
recently updated
newest added

What about add fps to ms converting into library? So if i want to export animation with specific framerate, after creating grid, i can define it as: ```lua animation =...

This fo play ? local RR = g16('1-5', 8) rra = anim8.newAnimation(RR, 0.2) Curanim=rra Curanim:update(deltatime) i try print(rra) but he shows only tables like 0x230313

I made a [translation](https://github.com/leilaapsilva/anim8) to help brazillian developers

This is a problem that will only happen if increments to timer are discrete units, so it does not happen in the demo, where _dt_ is used for increment. Create...

The method was called as drawq, you need to change this to draw.

Can you add support to love11.x

Added class definitions for `Grid` and `Animation` with their respective fields and functions. This makes anim8 easier to work with by providing better completion and better function signatures. Signature help...