rotating_cube_display_opengl, a C++ code which displays a cube with colored corners that slowly rotates. By clicking the left, middle, or right mouse buttons, the user can change the axis of rotation.
rotating_cube_display_opengldisplays the rotating cube. Successive mouse clicks alternate the axis of rotation from the X, to the Y, to the Z axis and back again.
The computer code and data files described and made available on this web page are distributed under the MIT license
rotating_cube_display_opengl is available in a C++ version.
rotating_cube_display_opengl_test
CAUSTIC_OPENGL, a C++ code which computes a caustic curve and displays it using OpenGL.
FERN_OPENGL, a C++ code which uses OpenGL to display the Barnsley fractal fern.
LIFE_OPENGL, a C++ code which simulates a version of John Conway's "Game of Life", displaying the results using OpenGL.
LIGHTS_OUT_OPENGL, a C++ code which sets up a "Lights Out" game and allows the user to solve it, using the OpenGL graphics window.
LISSAJOUS_OPENGL, a C++ code which computes a Lissajous figure and displays it using OpenGL.
opengl_test, C++ codes which illustrate the use of the OpenGL graphics library;
POLYGONAL_SURFACE_DISPLAY_OPENGL, a C++ code which displays a surface in 3D described as a set of polygons, using OpenGL.
SCREENSHOT_OPENGL, a C++ code which shows how a program using the OpenGL graphics library can save a screenshot of the graphics being displayed.
SPHERE_XYZ_DISPLAY_OPENGL, a C++ code which reads XYZ information defining points in 3D, and displays a unit sphere and the points, using OpenGL.
TET_MESH_DISPLAY_OPENGL, a C++ code which reads files defining a tet mesh and displays an image using Open GL.
TRIANGULATION_DISPLAY_OPENGL, a C++ code which reads files defining a triangulation and displays an image using Open GL.