From 006f040a8bcf6a7fe360d4dfe1a529d974688821 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Thu, 12 Apr 2012 16:10:28 +0200 Subject: [PATCH] update readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8ec8786..07dfb48 100644 --- a/README.md +++ b/README.md @@ -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 =============