Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 654 Bytes

A simple distance estimation fractal viewer, using SFML and CUDA.

Currently only the mandelbulb fractal has been added.

Compile

Tested with cuda 11.3 and SFML 2.5 on Arch Linux

nvcc mandelbulb.cu -o fractal -lsfml-window -lsfml-graphics -lsfml-system

Controls

The arrow keys control the rotation, middle mouse button crontrols the zoom in and zoom out, P starts/stops the animation.

Switching fractals

Key Fractal
1 mandelbox
2 mandelbulb

Screenshots

mandelbox mandelbulb mandelbulb mandelbulb