Various useful source files for Fall 98 class

Some source files for Improv-driven Face

face.i Input file for face, before preprocessing This file should be processed by:
/lib/cpp -P face.i >face.imp
impDefs.h Macro file for above
face.imp Final face.imp file, after preprocessing
ImprovInterface.java Any class that wants to use ImprovWrapper needs to implement this simple interface.
ImprovWrapper.java Somewhat adhoc wrapper between Applets and Improv (currently only supports a single actor with only numeric channels)

Source file for Progressively rendered Mandelbrot set

mandelbrot.cc The C++ source file. This is designed to be used with GLUT
Makefile Makefile for the above source file. You should modify the path to the glut library for your own system.