update readme

This commit is contained in:
Matthias Richter 2012-04-12 16:10:28 +02:00
parent 78308d9aab
commit 006f040a8b

View File

@ -6,12 +6,13 @@ __HUMP__ is a small collection of tools for developing games with LÖVE.
Contents:
------------
* *gamestate.lua*: class to handle gamestates
* *timer.lua*: timed function calls and interpolation function wrappers
* *vector.lua*: powerful vector class (pure lua)
* *class.lua*: "class" system supporting function inheritance (pure lua)
* *camera.lua*: move-, zoom- and rotatable camera
* *ringbuffer.lua*: a circular container
* *gamestate.lua*: class to handle gamestates.
* *timer.lua*: timed function calls and interpolation function wrappers.
* *vector.lua*: powerful vector class.
* *vector-light.lua*: lightweight implementation of the above (for optimisation purposes - potentially leads to ugly code).
* *class.lua*: "class" system supporting function inheritance.
* *camera.lua*: move-, zoom- and rotatable camera.
* *ringbuffer.lua*: a circular container.
Documentation
=============