Difference between revisions of "HUMP"

(Created page with '== LÖVE Helper Utilities for Massive Progression == Helper Utilities for a Multitude of Problems is a set of lightweight helpers. It currently features * a mature vector type,…')
 
Line 10: Line 10:
 
Hump differs from other libraries in that every component is independent of the remaining ones (apart from camera.lua, which depends on the vector type). Hump's footprint is very small and it should fit nicely into your projects.
 
Hump differs from other libraries in that every component is independent of the remaining ones (apart from camera.lua, which depends on the vector type). Hump's footprint is very small and it should fit nicely into your projects.
  
Sourcecode and documentation are available on github:
+
The documentation is hosted on github: http://vrld.github.com/hump
http://github.com/vrld/hump
+
The sourcecode is also available via github: http://github.com/vrld/hump
  
 
{{#set:LOVE Version=0.6.2}}
 
{{#set:LOVE Version=0.6.2}}
 
{{#set:Description=Lightweight helpers: vectors, cameras, classes and gamestates}}
 
{{#set:Description=Lightweight helpers: vectors, cameras, classes and gamestates}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 16:18, 13 August 2010

LÖVE Helper Utilities for Massive Progression

Helper Utilities for a Multitude of Problems is a set of lightweight helpers.

It currently features

  • a mature vector type,
  • a simple and easy class system with function inheritance,
  • a translate-, zoom- and rotatable camera and
  • a gamestate system.

Hump differs from other libraries in that every component is independent of the remaining ones (apart from camera.lua, which depends on the vector 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