summaryrefslogtreecommitdiffstats
path: root/Demo/sgi
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1992-12-14 13:01:30 (GMT)
committerGuido van Rossum <guido@python.org>1992-12-14 13:01:30 (GMT)
commitee2ba6c2b439c69c1c7ed2a32d66e0e928df9689 (patch)
tree521646ae61a8b8103c04734913773c2f371ddf44 /Demo/sgi
parent2426331433d93350f246f9bf0921dbdbb9430bf2 (diff)
downloadcpython-ee2ba6c2b439c69c1c7ed2a32d66e0e928df9689.zip
cpython-ee2ba6c2b439c69c1c7ed2a32d66e0e928df9689.tar.gz
cpython-ee2ba6c2b439c69c1c7ed2a32d66e0e928df9689.tar.bz2
Add description of kunst.py
Diffstat (limited to 'Demo/sgi')
-rw-r--r--Demo/sgi/gl/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/Demo/sgi/gl/README b/Demo/sgi/gl/README
index 7a8caae..a89a502 100644
--- a/Demo/sgi/gl/README
+++ b/Demo/sgi/gl/README
@@ -8,6 +8,12 @@ backface.py Demonstrates the 'backface' GL function.
kites.py Show 3 flying kites. Demonstrates the rendering speed
obtainable by Python programs.
+kunst.py Cute demo showing a ball suspended on four cables in
+ the central room of the CWI building. You can specify
+ three functions Fx(t), Fy(t), Fz(t) which define the
+ movement of the ball. Try something like sin(t),
+ cos(t), sin(2*t).
+
mclock.py A colorful clock with more options than you can
remember. Works on 8-bit machines, but allows more
colors on 24-bit machines. See mclock.doc for more