Files
mercury/extras/graphics/README
Tyson Dowd 1b3227a1d3 Update the README file to accurately describe the directory.
Estimated hours taken: 0.5

extras/README:
	Update the README file to accurately describe the directory.

samples/maze/globals.m:
	Add the copyright message.
1998-09-29 05:57:19 +00:00

23 lines
772 B
Plaintext

This directory contains stuff for doing graphics with Mercury.
We have created bindings to Tcl/Tk and OpenGL. Neither are complete,
but both are complete *enough* to be very useful.
If you add missing functionality to any of these modules, let us know,
and we'll see about incorporating enhancements in the main distribution.
mercury_tcltk/ A Mercury binding to Tcl/Tk.
mercury_opengl/ A Mercury binding to OpenGL (or the
free alternative, Mesa).
samples/
calc/ A calculator that uses mercury_tcltk
maze/ Draws pretty mazes in 3D using OpenGL.
pent/ Places pentominoes on a board in 3D
using OpenGL.
We haven't worked out how to prevent the Tcl/Tk library from giving a
tcl prompt when it enters the event loop. If you know how, let us know!