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 information on this web page is distributed under the MIT license.
rotating_cube_display_opengl is available in a C++ version.
rotating_cube_display_opengl_test
opengl_test, a C++ code which uses opengl() to display graphic images on the screen;