@@ -2769,68 +2769,68 @@ The demo scripts are:
27692769
27702770.. tabularcolumns :: |l|L|L|
27712771
2772- +----------------+------------------------------+-----------------------+
2773- | Name | Description | Features |
2774- +================+==============================+=======================+
2775- | bytedesign | complex classical | :func:`tracer`, delay, |
2776- | | turtle graphics pattern | :func: `update ` |
2777- +----------------+------------------------------+-----------------------+
2778- | chaos | graphs Verhulst dynamics, | world coordinates |
2779- | | shows that computer's | |
2780- | | computations can generate | |
2781- | | results sometimes against the| |
2782- | | common sense expectations | |
2783- +----------------+------------------------------+-----------------------+
2784- | clock | analog clock showing time | turtles as clock's |
2785- | | of your computer | hands, ontimer |
2786- +----------------+------------------------------+-----------------------+
2787- | colormixer | experiment with r, g, b | :func: `ondrag ` |
2788- +----------------+------------------------------+-----------------------+
2789- | forest | 3 breadth-first trees | randomization |
2790- +----------------+------------------------------+-----------------------+
2791- | fractalcurves | Hilbert & Koch curves | recursion |
2792- +----------------+------------------------------+-----------------------+
2793- | lindenmayer | ethnomathematics | L-System |
2794- | | (indian kolams) | |
2795- +----------------+------------------------------+-----------------------+
2796- | minimal_hanoi | Towers of Hanoi | Rectangular Turtles |
2797- | | | as Hanoi discs |
2798- | | | (shape, shapesize) |
2799- +----------------+------------------------------+-----------------------+
2800- | nim | play the classical nim game | turtles as nimsticks, |
2801- | | with three heaps of sticks | event driven (mouse, |
2802- | | against the computer. | keyboard) |
2803- +----------------+------------------------------+-----------------------+
2804- | paint | super minimalistic | :func: `onclick ` |
2805- | | drawing program | |
2806- +----------------+------------------------------+-----------------------+
2807- | peace | elementary | turtle: appearance |
2808- | | | and animation |
2809- +----------------+------------------------------+-----------------------+
2810- | penrose | aperiodic tiling with | :func: `stamp ` |
2811- | | kites and darts | |
2812- +----------------+------------------------------+-----------------------+
2813- | planet_and_moon| simulation of | compound shapes, |
2814- | | gravitational system | :class: `Vec2D ` |
2815- +----------------+------------------------------+-----------------------+
2816- | rosette | a pattern from the wikipedia | :func: `clone `, |
2817- | | article on turtle graphics | :func: `undo ` |
2818- +----------------+------------------------------+-----------------------+
2819- | round_dance | dancing turtles rotating | compound shapes, clone|
2820- | | pairwise in opposite | shapesize, tilt, |
2821- | | direction | get_shapepoly, update |
2822- +----------------+------------------------------+-----------------------+
2823- | sorting_animate| visual demonstration of | simple alignment, |
2824- | | different sorting methods | randomization |
2825- +----------------+------------------------------+-----------------------+
2826- | tree | a (graphical) breadth | :func: `clone ` |
2827- | | first tree (using generators)| |
2828- +----------------+------------------------------+-----------------------+
2829- | two_canvases | simple design | turtles on two |
2830- | | | canvases |
2831- +----------------+------------------------------+-----------------------+
2832- | yinyang | another elementary example | :func: `circle ` |
2833- +----------------+------------------------------+-----------------------+
2772+ +------------------------ +------------------------------+--------------- -----------------------+
2773+ | Name | Description | Features |
2774+ +======================== +==============================+=============== =======================+
2775+ | `` bytedesign `` | complex classical | :func: `tracer `, :func: ` delay `, |
2776+ | | turtle graphics pattern | :func: `update ` |
2777+ +------------------------ +------------------------------+--------------- -----------------------+
2778+ | `` chaos `` | graphs Verhulst dynamics, | world coordinates |
2779+ | | shows that computer's | |
2780+ | | computations can generate | |
2781+ | | results sometimes against the| |
2782+ | | common sense expectations | |
2783+ +------------------------ +------------------------------+--------------- -----------------------+
2784+ | `` clock `` | analog clock showing time | turtles as clock's |
2785+ | | of your computer | hands, :func: ` ontimer ` |
2786+ +------------------------ +------------------------------+--------------- -----------------------+
2787+ | `` colormixer `` | experiment with r, g, b | :func: `ondrag ` |
2788+ +------------------------ +------------------------------+--------------- -----------------------+
2789+ | `` forest `` | 3 breadth-first trees | randomization |
2790+ +------------------------ +------------------------------+--------------- -----------------------+
2791+ | `` fractalcurves `` | Hilbert & Koch curves | recursion |
2792+ +------------------------ +------------------------------+--------------- -----------------------+
2793+ | `` lindenmayer `` | ethnomathematics | L-System |
2794+ | | (indian kolams) | |
2795+ +------------------------ +------------------------------+--------------- -----------------------+
2796+ | `` minimal_hanoi `` | Towers of Hanoi | Rectangular Turtles |
2797+ | | | as Hanoi discs |
2798+ | | | (:func: ` shape `, :func: ` shapesize `) |
2799+ +------------------------ +------------------------------+--------------- -----------------------+
2800+ | `` nim `` | play the classical nim game | turtles as nimsticks, |
2801+ | | with three heaps of sticks | event driven (mouse, |
2802+ | | against the computer. | keyboard) |
2803+ +------------------------ +------------------------------+--------------- -----------------------+
2804+ | `` paint `` | super minimalistic | :func: `onclick ` |
2805+ | | drawing program | |
2806+ +------------------------ +------------------------------+--------------- -----------------------+
2807+ | `` peace `` | elementary | turtle: appearance |
2808+ | | | and animation |
2809+ +------------------------ +------------------------------+--------------- -----------------------+
2810+ | `` penrose `` | aperiodic tiling with | :func: `stamp ` |
2811+ | | kites and darts | |
2812+ +------------------------ +------------------------------+--------------- -----------------------+
2813+ | `` planet_and_moon `` | simulation of | compound shapes, |
2814+ | | gravitational system | :class: `Vec2D ` |
2815+ +------------------------ +------------------------------+--------------- -----------------------+
2816+ | `` rosette `` | a pattern from the wikipedia | :func: `clone `, |
2817+ | | article on turtle graphics | :func: `undo ` |
2818+ +------------------------ +------------------------------+--------------- -----------------------+
2819+ | `` round_dance `` | dancing turtles rotating | compound shapes, :func: ` clone ` |
2820+ | | pairwise in opposite | :func: ` shapesize `, :func: ` tilt `, |
2821+ | | direction | :func:` get_shapepoly`, :func:` update` |
2822+ +------------------------ +------------------------------+--------------- -----------------------+
2823+ | `` sorting_animate `` | visual demonstration of | simple alignment, |
2824+ | | different sorting methods | randomization |
2825+ +------------------------ +------------------------------+--------------- -----------------------+
2826+ | `` tree `` | a (graphical) breadth | :func: `clone ` |
2827+ | | first tree (using generators)| |
2828+ +------------------------ +------------------------------+--------------- -----------------------+
2829+ | `` two_canvases `` | simple design | turtles on two |
2830+ | | | canvases |
2831+ +------------------------ +------------------------------+--------------- -----------------------+
2832+ | `` yinyang `` | another elementary example | :func: `circle ` |
2833+ +------------------------ +------------------------------+--------------- -----------------------+
28342834
28352835Have fun!
28362836
0 commit comments