cpython/Demo/sgi
Sjoerd Mullender 31b7727bad Ported the editor to X. The GL version won't work.
This version needs Jack's img module and Sjoerd's new and improved (?)
X extensions for Python.

The last GL version is still available using the CVS tag "gl-editor".
1994-12-21 15:46:26 +00:00
..
al micro changes 1994-10-07 10:23:49 +00:00
audio Initial revision 1992-03-30 11:39:53 +00:00
audio_stdwin Initial revision 1992-03-30 11:39:53 +00:00
cd init -> __init__ 1994-10-07 10:25:49 +00:00
flp test cache 1994-10-07 10:28:40 +00:00
gl print gl variables 1994-10-07 10:33:04 +00:00
sv bit vector is now implemented 1992-12-14 15:52:05 +00:00
video Ported the editor to X. The GL version won't work. 1994-12-21 15:46:26 +00:00
README Description of what's here 1994-08-30 12:07:58 +00:00

README

Demonstrations of Python that use various features of the Silicon
Graphics IRIS machines.

al		Demonstrations of the audio capabilities of the
		Indigo. Require the built-in module 'al'.  One program
		also needs the build-in module 'fl' (the FORMS
		library by Mark Overmars.)

cd		Demonstrations of the CD-ROM player's audio interface,
		built-in module 'cd'.

flp		Demonstrations of using the 'flp' standard module,
		which enables you to quickly create forms using the
		'fl' built-in module (available if you use the FORMS
		library by Mark Overmars).

gl		Demonstrations of the Graphics Library (GL).
		Require the built-in module 'gl'.

sv		Demonstrations of the Indigo Video module.
		Requires the built-in module 'sv'.  See also the
		following directory.