Home page Models Systems Tools IT staff References
Installing OpenGL Using OpenGL
OpenGL is a widely used cross platform open source 3D graphics library. The definitive text on programming OpenGL is OpenGL Programming Guide. This is the main OpenGL web page. This is used for the graphics visualizations of the ABM models.
The OpenGL library is often already installed on a system. This is true of Apple Mac computers (and Ubuntu Linux?).
Already installed on Ubuntu? Or need the following? libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev Does the Ubuntu build-essential package install OpenGL?
sudo apt-get update
sudo apt-get -y install tool-package-name
Not needed. OpenGL comes installed on a Mac with OS X 10.6 and greater.
Not known if needed or not and if needed how to install.