Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee2ba6c

Browse files
committed
Add description of kunst.py
1 parent 2426331 commit ee2ba6c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Demo/sgi/gl/README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ backface.py Demonstrates the 'backface' GL function.
88
kites.py Show 3 flying kites. Demonstrates the rendering speed
99
obtainable by Python programs.
1010

11+
kunst.py Cute demo showing a ball suspended on four cables in
12+
the central room of the CWI building. You can specify
13+
three functions Fx(t), Fy(t), Fz(t) which define the
14+
movement of the ball. Try something like sin(t),
15+
cos(t), sin(2*t).
16+
1117
mclock.py A colorful clock with more options than you can
1218
remember. Works on 8-bit machines, but allows more
1319
colors on 24-bit machines. See mclock.doc for more

0 commit comments

Comments
 (0)