Difference between revisions of "AnAL"

m (Fixed name)
(Changed version to 0.6.x)
Line 20: Line 20:
 
[[User:Bartbes|Bartbes]], creator and maintainer of AnAL.
 
[[User:Bartbes|Bartbes]], creator and maintainer of AnAL.
  
{{#set:LOVE Version=0.6.1}}
+
{{#set:LOVE Version=0.6.x}}
 
{{#set:Description=Animations for 0.6.0+}}
 
{{#set:Description=Animations for 0.6.0+}}
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 09:37, 20 February 2010

AnAL (Animations And Love) is a library to replace 0.5.0's animations (removed in 0.6.0), with minimum code changes for the lover.

Code Changes

  • love.graphics.newAnimation(...) becomes newAnimation(...)
  • love.graphics.draw(anim, ...) becomes anim:draw(...)

Compat mode

It even features a compat mode, which adds love.graphics.newAnimation and changes love.graphics.draw.

Animations_legacy_support = true

Disadvantage is the changed behavior of love.graphics.draw, it calls a custom draw field on all tables passed.

Docs

Further documentation coming soon.

See Also

Bartbes, creator and maintainer of AnAL.