Ryoichi Mizuno - Scientific Computer Graphics

 

Branching: L-system Tree


Jump to the source code download

Does not start this Applet?

    The solutions:
  1. How do I control when an untrusted applet or application runs in my web browser?external link [PDF]
  2. How can configure the Exception Site List?external link [PDF]
  3. Java SE Runtime Environment 8 Downloadsexternal link [PDF]
  4. installing JDK8 (and JRE8) on Windows XPexternal link [PDF]

Note: You need a Java-compatible browser.


L-system:

An L-system or Lindenmayer system is a formal grammar (a set of rules and symbols) most famously used to model the growth processes of plant development, though able to model the morphology of a variety of organisms. 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).

Application to generating plant:

As a biologist, Lindenmayer worked with yeast and filamentous fungi and studied the growth patterns of various types of algae, such as the blue/green bacteria Anabaena catenula. Originally the L-systems were devised to provide a formal description of the development of such simple multicellular organisms, and to illustrate the neighbourhood relationships between plant cells. Later on, this system was extended to describe higher plants and complex branching structures.

Source code:

branching.java download

Further reading:
Wikipedia, "L-system", The Web, http://en.wikipedia.org/wiki/L-Systemexternal link, (2006).

Ryoichi Mizuno - Scientific Computer Graphics
Supplementary Information: Ryoichi Mizuno - Google+ g+External link

Copyright © 2006- Ryoichi Mizuno, All Rights Reserved.