VIXen is a program currently under development at the MIT Media Lab,
Interactive Cinema group. The currently working example (the "work in
progress") is in the executable file "test1". The fully commented code resides
in "test1.c". The widget resources for this program reside in "test1.res"

In order to have the program operate correctly (so that the widgets come up
where you want them to, not one on top of the other) you must load in
these widget resources by typing:

xrdb -merge /mit/ic/src/VIXen/test1.res

at the prompt. This will tack on the test1 widget resources to the end of your
~/.Xresources file (not destroying the resources already there, as xrdb -load
would do). The reason these widget resources are in a separate file is so as to
make it easier to change these (frequently altered) resources without having to
recompile the program, and without the fascism of hard-coding. When VIXen is
finally complete, and everyone is happy about its "look" then the resources
will be hard-coded.

			-Joshua M. Holden
			 (tigger@athena.mit.edu)
