spiro.icn: Program to display spirograph lines

June 17, 1994; Stephen B. Wampler
Requires: Version 9 graphics and co-expressions (for glib.icn)
This file is in the public domain.
Comments: This program displays spirograph-like output
    There are two methods of drawing: epitrochoid, where
    the secondary circle moves around the outside of the
    primary circle, and hypotrochoid (the default here),
    where the secondary circle moves around the inside of
    the primary circle.

    See the procedure 'helpmsg' for command line options
     (or run as 'spiro -help')

    Waits for a window event before closing window

Source code | Program Library Page | Icon Home Page