Tonumoy / Fractal-Art

Abstract 360-degree Fractal Tree pattern created using Python Turtle Graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract 360-Degree Fractal Tree pattern Using Python Turtle Graphics

A Fractal is a curve or geometrical figure, each part of which has the same statistical character as the whole. They are useful in modeling structures (such as snowflakes) in which similar patterns recur at progressively smaller scales, and in describing partly random or chaotic phenomena such as crystal growth and galaxy formation. Fractal patterns are extremely familiar since nature is full of fractals. For instance: trees, rivers, nerve cells, coastlines, mountains, clouds, seashells, hurricanes, etc. Abstract fractals – such as the Mandelbrot Set – can be generated by a computer calculating a simple equation over and over.


This is a code to create an abstract 360-degree Fractal tree pattern (A fractal tree is known as a tree which can be created by recursively symmetrical branching) using recursion and Python Turtle Graphics.

Result

Result

Contributors

License & Copyright

© Tonumoy Mukherjee, Indian Insitute of Technology Kharagpur

Licensed under the MIT License.

About

Abstract 360-degree Fractal Tree pattern created using Python Turtle Graphics

License:MIT License


Languages

Language:Python 100.0%