cpython/Demo/sgi
Guido van Rossum 275b0a44d5 Description of what's here 1994-08-30 12:07:58 +00:00
..
al Initial revision 1992-12-14 15:06:32 +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 Use module aifc instead of module aiff. 1993-07-10 12:11:56 +00:00
flp *** empty log message *** 1993-12-17 14:57:24 +00:00
gl *** empty log message *** 1993-12-17 14:57:24 +00:00
sv bit vector is now implemented 1992-12-14 15:52:05 +00:00
video Fixed faulty apply call 1994-06-07 14:44:02 +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.