Added some small "fixes" to threading test (basically it still doesn't really work...
[cl-glfw/dh.git] / README
blob048bf908994f6160694b4ec9f06cbf363d08fe28
1 cl-glfw: The glfw wrapper for Common Lisp.
3 USE AT YOUR OWN RISK!
5 GLFW threading WILL PROBABLY BREAK YOUR LISP. I would advise seeking other avenues if you
6 require threading in your applications. 
8 Platforms tested on:
9     SBCL/Linux x86
10     SBCL/Linux amd64
11     Others: Let me know.
13 Features:
14     All of GLFW 2.6.0 (broken threading, mutexes and conditionals).
15     OpenGL bindings generated from the actual (supposedly) canonical spec-files from opengl.org
16     GLU utility library (almost-hand-made binding)
17     A few of the examples have been translated from C and are in the examples directory.
18     Documentation copied from the GLFW specification documentation.
20 Links:
21     http://repo.or.cz/w/cl-glfw.git
22     http://glfw.sf.net/
23     http://common-lisp.net/project/cffi/
24     http://www.sbcl.org/
25     http://www.opengl.org/
27 Enjoy.
28 Bill
29 airbaggins@users.sourceforge.net