Change over to cl-glfw-ftgl instead of built-in ftgl.
commit72dac5f61a8f00b6fae4c21c4d98a1a396cfe4e2
authorBill Robinson <airbaggins@gmail.com>
Sun, 20 Feb 2011 13:01:27 +0000 (20 13:01 +0000)
committerBill Robinson <airbaggins@gmail.com>
Sun, 20 Feb 2011 13:01:27 +0000 (20 13:01 +0000)
tree2ff354d1b0fa2d6a70a9fa03062e5821a5069c19
parentec72d7dee079a2b79eaa805c26c0c8825d7d0ba2
Change over to cl-glfw-ftgl instead of built-in ftgl.
Updated and fixed examples.
Some old work I had forgotten about:
 * A file selector.
 * Some other miscellaneous bits.
19 files changed:
Makefile [deleted file]
cowl-ftgl.asd [deleted file]
cowl.asd
examples/01-hello-world.lisp
examples/02-simple-button.lisp
examples/03-basic-layout.lisp
examples/04-matrix.lisp
ftgl.cpp [deleted file]
src/cowl-container.lisp
src/cowl-convenience.lisp
src/cowl-file-selector.lisp [new file with mode: 0644]
src/cowl-font.lisp
src/cowl-ftgl.lisp [deleted file]
src/cowl-input.lisp
src/cowl-package.lisp
src/cowl-slider.lisp
src/cowl-text.lisp
src/cowl-widget.lisp
src/cowl.lisp