Skip to content

Python program which generates a fractal tree using L-Systems and recursive algorithms. User will input a number of generations and the length of the lines drawn. The tree will be displayed as it is being drawn, and once completed the image is returned to the user.

Notifications You must be signed in to change notification settings

rileyyy-mills/Fractal-Tree-Generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fractal-Tree-Generation

Python program which generates a fractal tree using L-Systems; The tree is displayed while it is being drawn through the use of recursive algorithms.

  • User will input an amount of generations and the length of the lines drawn.
  • User may alter the default settings for the grammar input and the angle of lines drawn.

Dependencies

This program depends on the use of graphics.py by John Zelle, and is included within this repository.

About

Python program which generates a fractal tree using L-Systems and recursive algorithms. User will input a number of generations and the length of the lines drawn. The tree will be displayed as it is being drawn, and once completed the image is returned to the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages