From 74ed19639a0c942a05f7cd3b980da321c844f940 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sat, 10 May 2014 16:34:14 +0200 Subject: [PATCH] Update README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ccc9ff..258f91b 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,8 @@ None so far. Version history ------------ -### Version 0.1.1 -Create simple mapping specific GUI elements: - - Joint class - - Circle joint - - Square joint - - Add GUI layer to the triangle surface +### Version 0.1.1 (2014-05-10) +Added simple GUI with joints. Updated the example application so that it allows the user to do texture mapping, projection mapping and enter presentation mode. ### Version 0.1 (2014-05-09): First usable version. For now there is a triangle surface class that you can use to map an ofTexture object.