Commit 71c50f26ca6f3dc9b1bf30b003cc5d7ebf802bcc

brlcad 2008-08-27T18:26:11

add Haskell FTGL bindings section per message from Henk-Jan van Tuyl. looks like the implementation was done by Jefferson Heard.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/docs/projects_using_ftgl.txt b/docs/projects_using_ftgl.txt
index c9a46d5..bb8c482 100644
--- a/docs/projects_using_ftgl.txt
+++ b/docs/projects_using_ftgl.txt
@@ -19,6 +19,11 @@ Projects are listed in alphabetical order.
   Interfaces, relaying (almost) only on OpenGl. Hence should be rather
   platform-independant.
 
+\subsection Haskell %FTGL
+
+  Haskell %FTGL (http://www.haskell.org/haskellwiki/FTGL) is a Haskell
+  binding interface to %FTGL.
+
 \subsection ruby-ftgl Ruby %FTGL
 
   Ruby %FTGL# (http://rubyforge.org/projects/ruby-ftgl/) is a collection