A simple distance estimation fractal viewer, using SFML and CUDA.
Currently only the mandelbulb fractal has been added.
Tested with cuda 11.3 and SFML 2.5 on Arch Linux
nvcc mandelbulb.cu -o fractal -lsfml-window -lsfml-graphics -lsfml-system
The arrow keys control the rotation, middle mouse button crontrols the zoom in and zoom out, P starts/stops the animation.
Key | Fractal |
---|---|
1 | mandelbox |
2 | mandelbulb |