Skip to content

jana-o/L-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L-system

The Lindenmayer system (or L-system) is a parallel rewriting system.

L-systems consists of an alphabet of symbols that can be used to make strings, an initial axiom string from which to begin, production rules that expand each symbol into some larger string of symbols, and a mechanism translating the generated strings into geometric structures.

The recursive nature of the L-system rules lead to self-similarity and fractal-like forms.

The project

Basic implementation of L-systems in Golang and Turtle graphics using image.RGBA. Web app uses default server and html/template.

Iteration 1 alt text

Iteration 2 Click on button to generate L-system. alt text

About

L-system implementation with Turtle graphic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published