GtkGLArea is an OpenGL context provider for GTK+ 2.
GtkGLArea is an OpenGL context provider for GTK+ 2. It provides a simple OpenGL rendering canvas similar in use to GtkDrawingArea. In addition, lower level objects allow the adding of an OpenGL context to almost any existing drawable widget and off-screen rendering to pixmap objects.
GtkGLArea is an OpenGL context provider for GTK+ 2. It provides a simple OpenGL rendering canvas similar in use to GtkDrawingArea. In addition, lower level objects allow the adding of an OpenGL context to almost any existing drawable widget and off-screen rendering to pixmap objects.
To install gtkglarea2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gtkglarea2
To see what files were installed by gtkglarea2, run:
port contents gtkglarea2
To later upgrade gtkglarea2, run:
sudo port selfupdate && sudo port upgrade gtkglarea2
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.