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 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...

new-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...

new-fractal

## 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...

new-fractal
3D

## 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...

new-fractal
3D

## 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...

new-fractal
3D

## 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 -...

new-fractal
3D

## 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...

new-fractal

## 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...

new-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...

new-fractal