Skip to content

ax-rwnd/lparser-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lparser-python

A turtle graphics parser/visualizer for 2D L-Systems written in python 3 and QT 5.

Rendition of a fractal plant.

Usage

Simply run python3 lparseqt.py.

Sample L-Systems

Hilbert Curve

Axiom: -BF+AFA+FB-
Variables:
A=-BF+AFA+FB-
B=+AF-BFB-FA+

Koch Curve

Axiom: FA
Variables: A=A+FA-FA-FA+FA

Sierpinski's Arrowhead Approximation

Axiom: FA
Variables:
A=+FB-FA-FB+
B=-FA+FB+FA-

About

Turtle graphics for 2D L-Systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages