| Guido van Rossum | 275b0a4 | 1994-08-30 12:07:58 +0000 | [diff] [blame] | 1 | Demonstrations of Python that use various features of the Silicon | 
 | 2 | Graphics IRIS machines. | 
 | 3 |  | 
 | 4 | al		Demonstrations of the audio capabilities of the | 
 | 5 | 		Indigo. Require the built-in module 'al'.  One program | 
 | 6 | 		also needs the build-in module 'fl' (the FORMS | 
 | 7 | 		library by Mark Overmars.) | 
 | 8 |  | 
 | 9 | cd		Demonstrations of the CD-ROM player's audio interface, | 
 | 10 | 		built-in module 'cd'. | 
 | 11 |  | 
 | 12 | flp		Demonstrations of using the 'flp' standard module, | 
 | 13 | 		which enables you to quickly create forms using the | 
 | 14 | 		'fl' built-in module (available if you use the FORMS | 
 | 15 | 		library by Mark Overmars). | 
 | 16 |  | 
 | 17 | gl		Demonstrations of the Graphics Library (GL). | 
 | 18 | 		Require the built-in module 'gl'. | 
 | 19 |  | 
 | 20 | sv		Demonstrations of the Indigo Video module. | 
 | 21 | 		Requires the built-in module 'sv'.  See also the | 
 | 22 | 		following directory. |