fractal-garden icon indicating copy to clipboard operation
fractal-garden copied to clipboard

An Exhibition Of Mathematical Beauty.

Results 19 fractal-garden issues
Sort by recently updated
recently updated
newest added

## Description Add an implementation of the Pythagoras Tree. Show connections to Lévy Curve and Fractal Tree/Canopy. Angle should be variable -> Symmetry should be variable. ## Inspiration [Wikipedia -...

new-fractal

## Description Add the simple 2D version of the Vicsek Fractal. This can probably be done as an L-System. Or with a simple recursive algorithm, like the Sierpinski Carpet. ##...

new-fractal

## Description Referencing this PR from @seligman #23 It would be super cool to dig into the connection with #3 the logistic map ## Inspiration http://nebula.scottandmichelle.net/nebula/index.html https://en.wikipedia.org/wiki/Buddhabrot https://donghaoren.org/buddhabrot/ https://donghaoren.org/blog/2018/buddhabrot https://github.com/donghaoren/buddhabrot-renderer...

new-fractal

## Add Burning Ship [fractal](https://en.wikipedia.org/wiki/Fractal), first described and created by Michael Michelitsch and [Otto E. Rössler](https://en.wikipedia.org/wiki/Otto_E._R%C3%B6ssler) in 1992 ## Inspiration [https://en.wikipedia.org/wiki/Burning_Ship_fractal ](https://en.wikipedia.org/wiki/Burning_Ship_fractal )[High Definition Animation of Burning Ship Fractal](https://www.youtube.com/watch?v=CD9yNFmb2FE )...

new-fractal

Find and implement a way to zoom in/out of existing L-System Fractals as Zhyl on hackernews suggested: ![image](https://user-images.githubusercontent.com/25333032/194780406-b35c9598-35ae-4bea-ba79-7d5bab585d76.png) This would involve setting up a way of tracking where each part...

improve-existing-fractals

![image](https://user-images.githubusercontent.com/25333032/193275931-1948c99e-a156-4bf5-a295-7bd8bd65f2cc.png) Affected Fractals: - Hilbert Curve - Fern 1 - Fern 2 - Fern 4 Reason: L-Systems Axiom doesn't contain Draw Forward Calls. Possible Solution: -> Change Axiom to the...

improve-existing-fractals
good-first-issue

## Description Implement the L-System version of the Dragon Curve. Ideally there would be L-Systems for the Dragon, Twindragon and Terdragon! Wikipedia has instructions for each :) ## Inspiration [Wikipedia...

new-fractal

## Description Add implementation for the Newton Fractal. The best would be the generalized form, in WebGL to make it fast. Also nice would be to make it interactive so...

new-fractal

## Description Add the Gosper Curve Fractal. ## Inspiration [Wikipedia - Gosper Curve](https://en.wikipedia.org/wiki/Gosper_curve) ## Type L-System ## Difficulties Centering this might be tricky. I didn't find a good way to...

new-fractal

## Description Add implementation for the Fibonacci Word Fractal... It would be cool if the text explains the connections between the Fibonacci curve and this fractal, as well as gave...

new-fractal