fern_opengl, a C code which uses the OpenGL graphics library to display the Barnsley fractal fern.
The information on this web page is distributed under the MIT license.
fern_opengl is available in a C version and a C++ version and a MATLAB version.
life_opengl, a C code which simulates a version of John Conway's "Game of Life", displaying the results using OpenGL.
lissajous, a C code which displays a Lissajous figure, of the form x = sin ( a1 t + b1 ), y = sin ( a2 t + b2 ).
opengl_test, a C code which uses opengl() for graphics;