Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Mandelbulb #5

Open
trebeljahr opened this issue Sep 29, 2022 · 0 comments
Open

Add Mandelbulb #5

trebeljahr opened this issue Sep 29, 2022 · 0 comments
Labels
3D Issue needs 3D support first. new-fractal Add a new fractal to the garden.

Comments

@trebeljahr
Copy link
Owner

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
Mandelbulb Raymarching Renderer - Demo -> Code is here

Youtube Videos:
Sebastian Lague's Raymarching Video -> Code is here
Coding Trains Mandelbulb Video

Type

WebGL -> 3D

Difficulties

3D requires a Three.JS setup -> probably React Three Fiber.

Or some very fancy shaders for 3D WebGL -> this is a bigger task than most other fractals, but once done, opens the door for other 3D Fractals, like the Menger Sponge or 3D versions of L-Systems. Ferns, Trees, Crystals, etc.

@trebeljahr trebeljahr added enhancement new-fractal Add a new fractal to the garden. 3D Issue needs 3D support first. and removed enhancement labels Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3D Issue needs 3D support first. new-fractal Add a new fractal to the garden.
Projects
None yet
Development

No branches or pull requests

1 participant