From ab81f7992e26d6012eb689a03be3c0c4507d5700 Mon Sep 17 00:00:00 2001 From: William Robinson Date: Wed, 17 Oct 2007 15:37:15 +0100 Subject: [PATCH] Updated README --- README | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README b/README index 8a7cb28..b5cf880 100644 --- a/README +++ b/README @@ -1,12 +1,27 @@ -Hi, +cl-glfw: The glfw wrapper for Common Lisp. -This is the first version of cl-glfw, the glfw wrapper for common lisp. +USE AT YOUR OWN RISK! + +Platforms tested on: + SBCL/Linux x86 + SBCL/Linux amd64 + Others: Let me know. Features: - All of GLFW + All of GLFW 2.6.0 except threading, mutexes and conditionals (patches welcome, rather you than me). OpenGL bindings generated from the actual (supposedly) canonical spec-files from opengl.org - GLU utility library (hand-made binding) + GLU utility library (almost-hand-made binding) + A few of the examples have been translated from C and are in the examples directory. + Documentation copied from the GLFW specification documentation. + +Links: + http://repo.or.cz/w/cl-glfw.git + http://glfw.sf.net/ + http://common-lisp.net/project/cffi/ + http://www.sbcl.org/ + http://www.opengl.org/ Enjoy. Bill airbaggins@users.sourceforge.net + -- 2.11.4.GIT