https://github.com/we-gold/recursion
Fun Fractals Trees And More! Made in Processing
https://github.com/we-gold/recursion
demo fractals-trees hanoi recursion sierpinski-carpet sierpinski-triangle split tower
Last synced: 5 months ago
JSON representation
Fun Fractals Trees And More! Made in Processing
- Host: GitHub
- URL: https://github.com/we-gold/recursion
- Owner: We-Gold
- Created: 2020-01-25T22:19:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T15:59:02.000Z (over 5 years ago)
- Last Synced: 2025-01-07T05:44:32.976Z (6 months ago)
- Topics: demo, fractals-trees, hanoi, recursion, sierpinski-carpet, sierpinski-triangle, split, tower
- Language: Processing
- Homepage:
- Size: 4.13 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recursion
Fun Fractals Trees And More! Made in Processing
## Fractal Trees
This is a simple demo of recursive fractal trees in processing!
(This demo looks significantly better if you run the program in processing, due to the low quality of the gif)

### Abnormal Fractal Trees
This is a demo of two types of more complex fractal trees.
One tree can split into many branches, not just two.
The other can have each branch split at a different angle.
## Sierpinski Carpet
This is a demo of a recursively generated sierpinski carpet!
(The larger the size of the window, the more detailed the image!)

## Sierpinski Triangle
This is a demo of a recursively generated sierpinski triangle!

## Tower Of Hanoi
This is a demo of a recursive solution to the Tower of Hanoi problem.
