mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 05:13:48 +00:00
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.
8 lines
290 B
Plaintext
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.
|