freebsd-ports/graphics/ocaml-lablgl/pkg-descr
Hye-Shik Chang 7847cc63ef Add lablgl 0.97, OpenGL interface for Objective Caml.
PR:		33961
Submitted by:	Ronald Kuehn <rk@ronald.org>
2002-06-27 12:08:41 +00:00

11 lines
500 B
Plaintext

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
straitforward: there is a LablGL function for each OpenGL one. For
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.