Difference between revisions of "HUMP"
(No difference)
|
Revision as of 00:32, 25 February 2011
LÖVE Helper Utilities for Massive Progression
Helper Utilities for a Multitude of Problems is a set of lightweight helpers.
It currently features
- a gamestate system,
- a timer system,
- a vector class,
- a simple and easy class system with multiple inheritance,
- a move-, zoom- and rotatable camera and
- a ringbuffer.
Hump differs from other libraries in that every component is independent of the remaining ones (apart from camera.lua, which depends on vector.lua type). Hump's footprint is very small and it should fit nicely into your projects.
The documentation is hosted on github: http://vrld.github.com/hump
The sourcecode is also available via github: http://github.com/vrld/hump
Finally, the original forum post is here: http://love2d.org/forums/viewtopic.php?f=5&t=1795