Updated readme information.
1.1 --- a/readme.txt Wed Nov 04 00:45:28 2009 +0000
1.2 +++ b/readme.txt Wed Nov 04 01:03:48 2009 +0000
1.3 @@ -1,37 +1,21 @@
1.4
1.5 - $Id$
1.6 +Doris
1.7 +-----
1.8
1.9 -Introduction
1.10 --------
1.11 +Purpose: Doris provides Lua bindings for OpenGL, GLUT and GLUI.
1.12 +
1.13 +Copyright (c) 2001-2009 Nick Trout.
1.14 +
1.15 +License: GNU GPL. See http://www.gnu.org/ & LICENSE.txt.
1.16 +
1.17 Homepage: http://doris.sourceforge.net/
1.18
1.19 -Doris is a Lua script driven OpenGL binding. It started out as an exercise
1.20 -in binding Lua to something useful to learn about binding and see how useful
1.21 -Lua is. glLua already existed but I wanted to include a widget system for
1.22 -adding GUIs to OpenGL projects. I found GLUI which had all the functionality
1.23 -I required and is fully portable. The project uses slightly modified glLua
1.24 -bindings and some new bindings I created for GLUI and miscellaneous extra
1.25 -functionality in Doris. I've tried to keep maintenance and building of
1.26 -Doris simple. There are only two library dependencies to GLUT and GLUI. The
1.27 -Lua and toLua source is included for ease of building and in case
1.28 -modifications are required.
1.29 -
1.30 -It now contains Luasocket and has network capability. I added this as an
1.31 -experiment to see if it would be useful as a debugging tool. i.e. you can
1.32 -remote logon to a Doris session and send Lua commands to it. This means
1.33 -you could draw debug data from an application which doesnt support this
1.34 -feature or perhaps has limited memory.
1.35 -
1.36 -
1.37 -License
1.38 --------
1.39 -All code written by me is Copyright (c) 2001-2005 Nick Trout.
1.40 -This project is released under the GNU Public License see http://www.gnu.org/
1.41 -for more details. The file LICENSE.txt holds a copy of the GPL.
1.42 +Developer info: http://sourceforge.net/apps/trac/doris
1.43
1.44
1.45 Changes
1.46 -------
1.47 +
1.48 See http://sourceforge.net/project/showfiles.php?group_id=38461 for more
1.49 details on changes and latest files. See implementation notes below change
1.50 notes.
1.51 @@ -176,7 +160,7 @@
1.52
1.53 Hope Doris is of some use and you have fun using it,
1.54
1.55 - Nick (trout@users.sf.net)
1.56 + Nick (trout AT users sf net)
1.57
1.58 http://doris.sf.net/
1.59