2c44e6acd0
depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
12 lines
553 B
Text
12 lines
553 B
Text
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
|
|
straightforward: 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.
|
|
|
|
WWW: https://forge.ocamlcore.org/projects/lablgl/
|