XY_DISPLAY_OPENGL\ Display 2D Pointsets Using OpenGL {#xy_display_opengl-display-2d-pointsets-using-opengl align=”center”} =================================
XY_DISPLAY_OPENGL is a C++ program which reads the name of a data file containing a list of 2D point coordinates, reads the data, and displays the points using OPENGL.
xy_display_opengl data.txt
where
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
XY_DISPLAY_OPENGL is available in a C++ version.
FERN_OPENGL, a C++ program which uses OpenGL to display the Barnsley fractal fern.
SPHERE_XYZ_DISPLAY_OPENGL a C++ program which reads XYZ information defining points in 3D, and displays a unit sphere and the points, using OpenGL.
XY, a data directory which contains some examples of 2D pointsets.
XY_DISPLAY, a MATLAB program which reads XY information defining points in 2D, and displays an image in a MATLAB graphics window;
XY_IO, a C++ library which reads and writes XY files.
XYF_DISPLAY_OPENGL, a C++ program which reads XYF information defining points and faces in 2D, and displays an image using OpenGL.
XYL_DISPLAY_OPENGL, a C++ program which reads XYL information defining points and lines in 2D, and displays an image using OpenGL.
XYZ_DISPLAY_OPENGL, a C++ program which reads an XYZ file of 3D point coordinates, and displays an image of those points using OpenGL.
lsup_303_output.txt, the printed output in response to the command:
xy_display_opengl lsup_303.xy
You can go up one level to the C++ source codes.
Last revised on 06 January 2009.