LablGL is is an Objective Caml interface to OpenGL. Support is included for use with both Glut (standalone) and LablTk. LablGTK also includes specific support for LablGL.
LablGL is is an Objective Caml interface to OpenGL. Support is included for use with both Glut (standalone) and LablTk. LablGTK also includes specific support for LablGL.
To install lablgl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lablgl
To see what files were installed by lablgl, run:
port contents lablgl
To later upgrade lablgl, run:
sudo port selfupdate && sudo port upgrade lablgl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.