XYF_DISPLAY_OPEN_GL is a C++ program which reads XYF information defining points and faces in 2D, and draws a picture using OPEN_GL.
The point and face information is stored in a pair of files, called the XYF format. Essentially, the first file stores a list of point coordinates, and the second lists point indices which can be connected to form faces.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
BOX_PLOT is a MATLAB program which can color in specified entries of a checkerboard, corresponding to pairs of integer data.
CAUSTIC_OPEN_GL, a C++ program which computes a caustic curve and displays it using OpenGL.
FLOOD_OPEN_GL is a C program which allows a user to select a region and flood it with color, using OpenGL, by Art Wetzel.
LIFE_OPEN_GL is a C program which plays John Conway's "Game of Life", using OpenGL to display the results.
LISSAJOUS_OPEN_GL, a C++ program which computes a Lissajous figure and displays it using OpenGL.
OPEN_GL, C++ programs which illustrate the use of the OpenGL graphics library;
PLOT_POINTS is a FORTRAN90 program which reads a file of point coordinates and makes a PostScript image of them.
POLYGONAL_SURFACE_DISPLAY_OPEN_GL, a C++ program which displays a surface in 3D described as a set of polygons, using OpenGL.
ROTATING_CUBE_DISPLAY_OPEN_GL a C++ program which displays a rotating color cube in 3D, using OpenGL;
TABLE_DELAUNAY is a FORTRAN90 program which computes the Delaunay triangulation of a set of points.
TABLE_VORONOI is a C++ program which computes information about the Voronoi diagram of the points.
TRI_MESH_DISPLAY is a MATLAB program which reads data defining a triangular mesh of a 3D surface and displays it.
TRIANGULATION_DISPLAY_OPEN_GL is a C++ program which reads files defining a triangulation and displays an image using Open GL.
XY_DISPLAY_OPEN_GL is a C++ program which reads an XY file of 2D point coordinates, and displays an image of those points using OpenGL.
XYF, a data directory which contains examples of XYF files, a simple 2D graphics point and face format;
XYL_DISPLAY is a MATLAB program which reads XYL information defining points and lines in 2D, and displays an image in a MATLAB graphics window.
You can go up one level to the C++ source codes.