2002-06-27 14:08:41 +02:00
|
|
|
LablGL is an OpenGL interface for Objective Caml. Since it includes
|
|
|
|
support for the Togl widget, you can comfortably use it with LablTk.
|
|
|
|
|
|
|
|
All of the GL and GLU libraries are available. Read a good book
|
|
|
|
about how to use these. Translating from OpenGL to LablGL is rather
|
2011-04-05 14:14:01 +02:00
|
|
|
straightforward: there is a LablGL function for each OpenGL one. For
|
2002-06-27 14:08:41 +02:00
|
|
|
ease of retrieving, both GL and GLU are cut in smaller modules of
|
|
|
|
related functions.
|
|
|
|
|
|
|
|
Please see ${PREFIX}/share/doc/ocaml/lablgl/README for further information.
|
2012-03-07 04:21:42 +01:00
|
|
|
|
|
|
|
WWW: http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgl.html
|