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) |
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. |