
This directory contains the source to DynaDraw, a
program which draws calligraphic strokes by moving
the mouse.  Holding the primary mouse button down
while moving the mouse produces a stroke.  Clicking
the secondary mouse button (if you have one) clears
the window.

You can build DynaDraw either by typing "make", or
by opening the correct project file (either _x86.proj
for an Intel machine, _ppc.proj for a PPC machine).
This builds an executable called "dynadraw".

Paul Haeberli's original C source is also included for
comparison (original-dynadraw.c).  Note that it uses
GL, NOT OpenGL, so unless you have an SGI machine,
you probably can't compile it.


Michael Morrissey <jersey@be.com>
May 1998