cpython/Demo/sgi
1997-05-28 16:14:48 +00:00
..
al Hide .fdc files here. 1997-05-28 16:14:48 +00:00
audio /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
audio_stdwin /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
cd Use variables from module cd instead of CD. 1995-04-06 14:46:31 +00:00
flp Hide .fdc files here. 1997-05-28 16:14:48 +00:00
gl /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
sv bit vector is now implemented 1992-12-14 15:52:05 +00:00
video Hide .fdc files here. 1997-05-28 16:14:48 +00:00
README Description of what's here 1994-08-30 12:07:58 +00:00

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.