Skip to content

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

License

Notifications You must be signed in to change notification settings

leroybird/cuda_fractal_3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published