diff options
author | Guido van Rossum <guido@python.org> | 1994-08-30 12:07:58 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-08-30 12:07:58 +0000 |
commit | 275b0a44d580e20f7bf4e14cab5f6d754e694dec (patch) | |
tree | a74441771a718ab61500c3312e9dc43e0d768eab | |
parent | 9717991b782be14666ace8d52a799f5164356508 (diff) | |
download | cpython-git-275b0a44d580e20f7bf4e14cab5f6d754e694dec.tar.gz |
Description of what's here
-rw-r--r-- | Demo/sgi/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Demo/sgi/README b/Demo/sgi/README new file mode 100644 index 0000000000..3ef80d2dbd --- /dev/null +++ b/Demo/sgi/README @@ -0,0 +1,22 @@ +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. |