add high-level glut bindings for init., windows
authorDaniel Hartwig <mandyke@gmail.com>
Mon, 11 Feb 2013 04:22:52 +0000 (12:22 +0800)
committerDaniel Hartwig <mandyke@gmail.com>
Mon, 11 Feb 2013 05:07:54 +0000 (13:07 +0800)
commit7100c070a3ea72ed8cea95a165afa2452e9e054a
tree993add264095f9727cfc136467a37ff97e4980fa
parentea80f8019fdd4cb65200c7116246f8f906cca581
add high-level glut bindings for init., windows

* figl/glut.scm: Add high-level bindings for more initialization
  procedures.  Bindings and data type for managing windows.  Some
  procedures to set and retrieve state relating to these.

* examples/glut/demo.scm: Update to use high-level bindings.
examples/glut/demo.scm
figl/glut.scm