fractal-garden
fractal-garden copied to clipboard
An Exhibition Of Mathematical Beauty.
## Description Add implementation for T-Square Fractal. Showcase connections to Sierpinski Triangle (see Wikipedia). Enable playing around with different resizing ratios between iterations. ## Inspiration [Wikipedia - T-Square](https://en.wikipedia.org/wiki/T-square_(fractal)) [T-Square Fractal...
## Description Add implementation for N-Flake fractals. Provide a way to toggle between different values for "n". If using an L-System, this might be a bit tricky, since the L-System...
## Description Add implementation for the Mosely Snowflake. ## Inspiration [Wikipedia - Mosely Snowflake](https://en.wikipedia.org/wiki/Mosely_snowflake) ## Type WebGL -> 3D ## Difficulties 3D requires a Three.JS setup -> probably [React Three...
## Description Add a 3D version of the 2D Vicsek Fractal. Also known as a Menger Flake sometimes. ## Inspiration [Wikipedia - Vicsek Fractal](https://en.wikipedia.org/wiki/Vicsek_fractal) [A Three.JS Demo](https://library.fridoverweij.com/codelab/menger_fractals/spheres_menger_flake_three_js.html) ## Type WebGL...
## Description Add a 3D version of the [2D Sierpinski Carpet](fractal.garden/sierpinski-carpet), also known as Menger Sponge. ## Inspiration [Wikipedia - Menger Sponge](https://en.wikipedia.org/wiki/Menger_sponge) [Codepen Demo](https://codepen.io/Axiallp7/full/rOJXXG) [A Three JS Demo](https://library.fridoverweij.com/codelab/menger_fractals/menger_sponge_three_js.html#) ## Type...
## Description Add the 3D equivalent of the Mandelbrot Set. Commonly known as the "Mandelbulb". Ideally, fast, zoom in/out, orbit/panning controls. ## Inspiration [Wikipedia - Mandelbulb](https://en.wikipedia.org/wiki/Mandelbulb) [Mandelbulb Raymarching Renderer -...
## Description Add the Apollonian Gasket. It would be cool to let the user define original shapes, that are then automatically packed with the Apollonian Circle packing. ## Inspiration [Wikipedia...
## Description Render the Logistic Map to a Screen - The ability to zoom in and out as well as the ability to pan are pretty important for this fractal...
## Description Add Ability to showcase Julia Sets. Ideally, this would have a small "control" surface -> where the user can interact with the mouse, depending on the mouse coordinates...