aboutsummaryrefslogtreecommitdiff
path: root/demo/sgi/README
diff options
context:
space:
mode:
authorSkip Montanaro <[email protected]>2021-02-16 14:40:46 -0600
committerSkip Montanaro <[email protected]>2021-02-16 14:40:46 -0600
commita19a216bc60160c162e616145ef091dd18ce4e61 (patch)
treefa4bdff21f9b04a125c84a2bfab8a1c738359e15 /demo/sgi/README
downloadpython-0.9.1-patched-QoL-a19a216bc60160c162e616145ef091dd18ce4e61.tar.xz
python-0.9.1-patched-QoL-a19a216bc60160c162e616145ef091dd18ce4e61.zip
Python 0.9.1 as posted in alt.sources
Diffstat (limited to 'demo/sgi/README')
-rw-r--r--demo/sgi/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/demo/sgi/README b/demo/sgi/README
new file mode 100644
index 0000000..5740c22
--- /dev/null
+++ b/demo/sgi/README
@@ -0,0 +1,15 @@
+Demonstrations of Python that use various features of the Silicon
+Graphics IRIS machines.
+
+audio Demonstrations of the audio capabilities of the 4D/25.
+ Require the built-in module 'audio'.
+
+audio_stdwin Window-based demonstrations the audio capabilities of
+ the 4D/25. Require the built-in modules 'stdwin' and
+ 'audio'.
+
+gl Demonstrations of the Graphics Library (GL).
+ Require the built-in module 'gl'.
+
+gl_panel Demonstrations of the Panel Library by NASA Ames.
+ Require the built-in modules 'gl' and 'pnl'.