Files
mercury/extras/graphics/easyx/README
Ralph Becket 56880878b2 A low-level wrapper around Xlib and a higher level graphics library suitable
Estimated hours taken: 30
Branches: main

A low-level wrapper around Xlib and a higher level graphics library suitable
for implementing simple interactive graphical programs.

extras/graphics/easyx:
extras/graphics/easyx/README:
extras/graphics/easyx/easyx.m:
extras/graphics/easyx/xlib.m:
extras/graphics/easyx/samples:
extras/graphics/easyx/samples/bounce.m:
extras/graphics/easyx/samples/mclock.m:
extras/graphics/easyx/samples/moveball.m:
extras/graphics/easyx/samples/scribble.m:
extras/graphics/easyx/samples/testeasyx.m:
        Added.
2004-09-28 02:10:41 +00:00

8 lines
290 B
Plaintext

xlib.m A very low-level Mercury wrapper around (parts of) Xlib.
easyx.m A nice little graphics library.
testeasyx.m A simple demonstration program.
moveball.m An orange ball follows the mouse pointer.
scribble.m A trivial drawing program.
bounce.m A bouncing-ball game.
mclock.m A clock.