Difference between revisions of "Zoetrope"

(Updated link to 0.9 compatible version)
Line 1: Line 1:
 
{{#set:Name=Zoetrope}}
 
{{#set:Name=Zoetrope}}
{{#set:LOVE Version=0.8.x}}
+
{{#set:LOVE Version=0.9.x}}
 
{{#set:Description=A starter kit for LÖVE, including sprites, collisions, maps, and debugging.}}
 
{{#set:Description=A starter kit for LÖVE, including sprites, collisions, maps, and debugging.}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
Line 15: Line 15:
 
* recording user input and debugging
 
* recording user input and debugging
  
'''[http://libzoetrope.org/ Project site]''', with demo, downloads, documentation, tutorials, and source repository
+
'''[https://bitbucket.org/leonidas/zoetrope-love-0.9 Project site]'''
 
 
'''[https://groups.google.com/forum/#!forum/libzoetrope Discussion group]'''
 

Revision as of 17:50, 1 December 2014


Zoetrope is designed to let you hit the ground running with LÖVE. It's similar in design to Flixel, so if you have any experience with that, you should be able to able to figure out Zoetrope quickly. It provides basic functionality for:

  • creating classes, subclassing existing ones, reusing objects
  • animated sprites, including alpha fading, color tinting, and rotation
  • user input via keyboard, mouse, and gamepads
  • framerate-independent physics (velocity, acceleration, and drag)
  • collision checking
  • static and animated tilemaps, loaded from either CSV or Tiled files
  • tweening object properties
  • recording user input and debugging

Project site