This page was last updated: March 28, 2019
If you want to work on the projects on a Windows PC, you will need a copy of Visual C++. Then, you will need to get the GLUI and GLUT files as follows (right-click on each link and then click "Save Target As..."):
Install this file as: C:\Program Files\Microsoft Visual Studio\VC98\Include\GL\glut.h
Install this file as: C:\Program Files\Microsoft Visual Studio\VC98\Include\GL\glui.h
Install this file as: C:\Program Files\Microsoft Visual Studio\VC98\Lib\glut32.lib, or put it in your project folder.
Install this file as: C:\Program Files\Microsoft Visual Studio\VC98\Lib\glui32.lib
Install this file as: C:\WINNT\system32\glut32.dll, or put it in your Debug folder.
Place this file in your VC++ project directory, that is, where your .sln or your .dsw file was created.
Place this file in your VC++ project directory, that is, where your .sln or your .dsw file was created.
If you do not have write permission to the C: drive, then place the .h and .lib files in your VC++ project directory, that is, where your .dsw file was created. Place .dll files in the Debug or release folders under that directory.
Install this file as: /usr/include/GL/glut.h
Install this file as: /usr/lib/libglut.a
Install this file as: /usr/include/GL/glui.h
Install this file as: /usr/lib/libglui.a
If you need to build your own version of GLUI, click here to get the tar file of GLUI source. This includes the custom-developed horizontal range slider.
Or, click here to get a ZIP file of the GLUI routines.