Updated README
[cl-glfw.git] / README
blobb5cf88090dcdb6f7fd0972f67d8ab2745a806405
1 cl-glfw: The glfw wrapper for Common Lisp.
3 USE AT YOUR OWN RISK!
5 Platforms tested on:
6     SBCL/Linux x86
7     SBCL/Linux amd64
8     Others: Let me know.
10 Features:
11     All of GLFW 2.6.0 except threading, mutexes and conditionals (patches welcome, rather you than me).
12     OpenGL bindings generated from the actual (supposedly) canonical spec-files from opengl.org
13     GLU utility library (almost-hand-made binding)
14     A few of the examples have been translated from C and are in the examples directory.
15     Documentation copied from the GLFW specification documentation.
17 Links:
18     http://repo.or.cz/w/cl-glfw.git
19     http://glfw.sf.net/
20     http://common-lisp.net/project/cffi/
21     http://www.sbcl.org/
22     http://www.opengl.org/
24 Enjoy.
25 Bill
26 airbaggins@users.sourceforge.net