@@ -2676,68 +2676,68 @@ The demo scripts are:
26762676
26772677.. tabularcolumns :: |l|L|L|
26782678
2679- +----------------+------------------------------+-----------------------+
2680- | Name | Description | Features |
2681- +================+==============================+=======================+
2682- | bytedesign | complex classical | :func:`tracer`, delay, |
2683- | | turtle graphics pattern | :func: `update ` |
2684- +----------------+------------------------------+-----------------------+
2685- | chaos | graphs Verhulst dynamics, | world coordinates |
2686- | | shows that computer's | |
2687- | | computations can generate | |
2688- | | results sometimes against the| |
2689- | | common sense expectations | |
2690- +----------------+------------------------------+-----------------------+
2691- | clock | analog clock showing time | turtles as clock's |
2692- | | of your computer | hands, ontimer |
2693- +----------------+------------------------------+-----------------------+
2694- | colormixer | experiment with r, g, b | :func: `ondrag ` |
2695- +----------------+------------------------------+-----------------------+
2696- | forest | 3 breadth-first trees | randomization |
2697- +----------------+------------------------------+-----------------------+
2698- | fractalcurves | Hilbert & Koch curves | recursion |
2699- +----------------+------------------------------+-----------------------+
2700- | lindenmayer | ethnomathematics | L-System |
2701- | | (indian kolams) | |
2702- +----------------+------------------------------+-----------------------+
2703- | minimal_hanoi | Towers of Hanoi | Rectangular Turtles |
2704- | | | as Hanoi discs |
2705- | | | (shape, shapesize) |
2706- +----------------+------------------------------+-----------------------+
2707- | nim | play the classical nim game | turtles as nimsticks, |
2708- | | with three heaps of sticks | event driven (mouse, |
2709- | | against the computer. | keyboard) |
2710- +----------------+------------------------------+-----------------------+
2711- | paint | super minimalistic | :func: `onclick ` |
2712- | | drawing program | |
2713- +----------------+------------------------------+-----------------------+
2714- | peace | elementary | turtle: appearance |
2715- | | | and animation |
2716- +----------------+------------------------------+-----------------------+
2717- | penrose | aperiodic tiling with | :func: `stamp ` |
2718- | | kites and darts | |
2719- +----------------+------------------------------+-----------------------+
2720- | planet_and_moon| simulation of | compound shapes, |
2721- | | gravitational system | :class: `Vec2D ` |
2722- +----------------+------------------------------+-----------------------+
2723- | rosette | a pattern from the wikipedia | :func: `clone `, |
2724- | | article on turtle graphics | :func: `undo ` |
2725- +----------------+------------------------------+-----------------------+
2726- | round_dance | dancing turtles rotating | compound shapes, clone|
2727- | | pairwise in opposite | shapesize, tilt, |
2728- | | direction | get_shapepoly, update |
2729- +----------------+------------------------------+-----------------------+
2730- | sorting_animate| visual demonstration of | simple alignment, |
2731- | | different sorting methods | randomization |
2732- +----------------+------------------------------+-----------------------+
2733- | tree | a (graphical) breadth | :func: `clone ` |
2734- | | first tree (using generators)| |
2735- +----------------+------------------------------+-----------------------+
2736- | two_canvases | simple design | turtles on two |
2737- | | | canvases |
2738- +----------------+------------------------------+-----------------------+
2739- | yinyang | another elementary example | :func: `circle ` |
2740- +----------------+------------------------------+-----------------------+
2679+ +------------------------ +------------------------------+--------------- -----------------------+
2680+ | Name | Description | Features |
2681+ +======================== +==============================+=============== =======================+
2682+ | `` bytedesign `` | complex classical | :func: `tracer `, :func: ` delay `, |
2683+ | | turtle graphics pattern | :func: `update ` |
2684+ +------------------------ +------------------------------+--------------- -----------------------+
2685+ | `` chaos `` | graphs Verhulst dynamics, | world coordinates |
2686+ | | shows that computer's | |
2687+ | | computations can generate | |
2688+ | | results sometimes against the| |
2689+ | | common sense expectations | |
2690+ +------------------------ +------------------------------+--------------- -----------------------+
2691+ | `` clock `` | analog clock showing time | turtles as clock's |
2692+ | | of your computer | hands, :func: ` ontimer ` |
2693+ +------------------------ +------------------------------+--------------- -----------------------+
2694+ | `` colormixer `` | experiment with r, g, b | :func: `ondrag ` |
2695+ +------------------------ +------------------------------+--------------- -----------------------+
2696+ | `` forest `` | 3 breadth-first trees | randomization |
2697+ +------------------------ +------------------------------+--------------- -----------------------+
2698+ | `` fractalcurves `` | Hilbert & Koch curves | recursion |
2699+ +------------------------ +------------------------------+--------------- -----------------------+
2700+ | `` lindenmayer `` | ethnomathematics | L-System |
2701+ | | (indian kolams) | |
2702+ +------------------------ +------------------------------+--------------- -----------------------+
2703+ | `` minimal_hanoi `` | Towers of Hanoi | Rectangular Turtles |
2704+ | | | as Hanoi discs |
2705+ | | | (:func: ` shape `, :func: ` shapesize `) |
2706+ +------------------------ +------------------------------+--------------- -----------------------+
2707+ | `` nim `` | play the classical nim game | turtles as nimsticks, |
2708+ | | with three heaps of sticks | event driven (mouse, |
2709+ | | against the computer. | keyboard) |
2710+ +------------------------ +------------------------------+--------------- -----------------------+
2711+ | `` paint `` | super minimalistic | :func: `onclick ` |
2712+ | | drawing program | |
2713+ +------------------------ +------------------------------+--------------- -----------------------+
2714+ | `` peace `` | elementary | turtle: appearance |
2715+ | | | and animation |
2716+ +------------------------ +------------------------------+--------------- -----------------------+
2717+ | `` penrose `` | aperiodic tiling with | :func: `stamp ` |
2718+ | | kites and darts | |
2719+ +------------------------ +------------------------------+--------------- -----------------------+
2720+ | `` planet_and_moon `` | simulation of | compound shapes, |
2721+ | | gravitational system | :class: `Vec2D ` |
2722+ +------------------------ +------------------------------+--------------- -----------------------+
2723+ | `` rosette `` | a pattern from the wikipedia | :func: `clone `, |
2724+ | | article on turtle graphics | :func: `undo ` |
2725+ +------------------------ +------------------------------+--------------- -----------------------+
2726+ | `` round_dance `` | dancing turtles rotating | compound shapes, :func: ` clone ` |
2727+ | | pairwise in opposite | :func: ` shapesize `, :func: ` tilt `, |
2728+ | | direction | :func:` get_shapepoly`, :func:` update` |
2729+ +------------------------ +------------------------------+--------------- -----------------------+
2730+ | `` sorting_animate `` | visual demonstration of | simple alignment, |
2731+ | | different sorting methods | randomization |
2732+ +------------------------ +------------------------------+--------------- -----------------------+
2733+ | `` tree `` | a (graphical) breadth | :func: `clone ` |
2734+ | | first tree (using generators)| |
2735+ +------------------------ +------------------------------+--------------- -----------------------+
2736+ | `` two_canvases `` | simple design | turtles on two |
2737+ | | | canvases |
2738+ +------------------------ +------------------------------+--------------- -----------------------+
2739+ | `` yinyang `` | another elementary example | :func: `circle ` |
2740+ +------------------------ +------------------------------+--------------- -----------------------+
27412741
27422742Have fun!
27432743
0 commit comments