Skip to content

LSystems for generating fractals, space-filling curves, and other interesting patterns written in Python

Notifications You must be signed in to change notification settings

Nightwind0/lsystems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

LSystems

LSystems are a simple grammar and set of rules which, when repeatedly applied, create new patterns recursively. You can use these to generate space-filling curves such as the Hilbert curve, or fractals such as a sierpienksi triangle, or a dragon curve, etc. One may assign basic "turtle" drawing commands to the symbols of the grammar and generate images. My Python script is set up to generate several of these fractals and curves using very simple rules.

dragon fractal sierpenski fractal hilbert curve peano gosper curve

About

LSystems for generating fractals, space-filling curves, and other interesting patterns written in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages