mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 06:14:59 +00:00
Change the license the Mercury-Cairo binding to a 2-clause BSD license.
This change has been agreed to by both Peter and myself; we are the
only authors of the affected code.
extras/graphics/mercury_cairo/COPYING.LIB:
Add the new license.
extras/graphics/mercury_cairo/README:
Add a link to the license file.
Fix a typo.
This directory contains stuff for doing graphics with Mercury.
If you add missing functionality to any of these modules, let us know,
and we'll see about incorporating enhancements in the main distribution.
easyx/ A Mercury binding to Xlib suitable for
simple interactive graphical
applications.
mercury_allegro/ A Mercury binding to the Allegro
and AllegroGL game programming
libraries.
mercury_tcltk/ A Mercury binding to Tcl/Tk.
mercury_opengl/ A Mercury binding to OpenGL.
mercury_glfw/ A Mercury binding to GLFW.
mercury_glut/ A Mercury binding to GLUT.
mercury_cairo/ A Mercury binding to the Cairo 2D graphics
library.
samples/
calc/ A calculator that uses mercury_tcltk
maze/ Draws pretty mazes in 3D using OpenGL
and GLUT.
pent/ Places pentominoes on a board in 3D
using OpenGL and GLUT.
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!