Etoy Project sampler: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:



==Lindenmayer system==
==Lindenmayer system==
[[media:Lsystem3-8.xo]]
[[media:Lsystem3-8.xo]]
Quote from wikipedia: http://en.wikipedia.org/wiki/L-system :An L-system or Lindenmayer system is a parallel rewriting system, namely a variant of a formal grammar (a set of rules and symbols), most famously used to model the growth processes of plant development, but also able to model the morphology of a variety of organisms.[1] L-systems can also be used to generate self-similar fractals such as iterated function systems. L-systems were introduced and developed in 1968 by the Hungarian theoretical biologist and botanist from the University of Utrecht, Aristid Lindenmayer (1925–1989).
:Quote from wikipedia: http://en.wikipedia.org/wiki/L-system :An L-system or Lindenmayer system is a parallel rewriting system, namely a variant of a formal grammar (a set of rules and symbols), most famously used to model the growth processes of plant development, but also able to model the morphology of a variety of organisms.[1] L-systems can also be used to generate self-similar fractals such as iterated function systems. L-systems were introduced and developed in 1968 by the Hungarian theoretical biologist and botanist from the University of Utrecht, Aristid Lindenmayer (1925–1989).


==Maze constructor==
==Maze constructor==
[[media:Mazeconstructor-14.xo]]
[[media:Mazeconstructor-14.xo]]
A simple maze algorithm with a backtracking system.
:A simple maze algorithm with a backtracking system.


picture filtering
picture filtering
Line 15: Line 14:
==Camera play==
==Camera play==
[[media:CamTrack-1.xo]]
[[media:CamTrack-1.xo]]
A simple demo that track a distinct color with the built in XO camera and moves a object on screen accordingly.
:A simple demo that track a distinct color with the built in XO camera and moves a object on screen accordingly.

Revision as of 19:40, 15 May 2008

Lindenmayer system

media:Lsystem3-8.xo

Quote from wikipedia: http://en.wikipedia.org/wiki/L-system :An L-system or Lindenmayer system is a parallel rewriting system, namely a variant of a formal grammar (a set of rules and symbols), most famously used to model the growth processes of plant development, but also able to model the morphology of a variety of organisms.[1] L-systems can also be used to generate self-similar fractals such as iterated function systems. L-systems were introduced and developed in 1968 by the Hungarian theoretical biologist and botanist from the University of Utrecht, Aristid Lindenmayer (1925–1989).

Maze constructor

media:Mazeconstructor-14.xo

A simple maze algorithm with a backtracking system.

picture filtering

snake game

Camera play

media:CamTrack-1.xo

A simple demo that track a distinct color with the built in XO camera and moves a object on screen accordingly.