Difference between revisions of "HUMP"

(formatting changes/vandalizing vrld's pages)
m (Changing keyword from "Class" to "Framework" to represent its broader scope.)
Line 19: Line 19:
 
{{#set:LOVE Version=Any}}
 
{{#set:LOVE Version=Any}}
 
{{#set:Description=Gamedev-Powertools: Gamestates, timed function calls, tweening, vectors, object orientation, cameras and signals}}
 
{{#set:Description=Gamedev-Powertools: Gamestates, timed function calls, tweening, vectors, object orientation, cameras and signals}}
{{#set:Keyword=Class}}
+
{{#set:Keyword=Framework}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 12:15, 18 January 2017

Helper Utilities for a Multitude of Problems is a set of lightweight yet mighty useful tools to build your game. It will help to get you over the hump.

Hump differs from other libraries in that every component is independent of the remaining ones. Hump's footprint is very small and it should fit nicely into your projects.

Features

  • gamestate system for decoupling different states/phases of the game (e.g. intro, menu, level, ...),
  • timer system for calling functions after or for some amount of time, and tweening,
  • vector class for handling 2D math in an elegant way,
  • simple but fast class system,
  • simple yet powerful signal/slot implementation, and
  • move-, zoom- and rotatable camera with locking and movement smoothing.

Links