Skip to content

MasonAndrewHarrison/GPU-Mandelbrot-Benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot-Renderer

A comparison of Mandelbrot set renderers across languages and graphics APIs, benchmarking render time and GPU utilization.

This is an on going project.

Python C++ C
Taichi (Vulkan) Vulkan Raylib (OpenGL)
Taichi (CUDA) CUDA CPU
Taichi (OpenGL) CPU
Taichi (CPU)

Benchmarks

GPU CPU RAM
RTX 5060 TI 16GB Ryzen 7 5700G 32GB
Language / API Render Time
Python / Taichi (Vulkan) ...
Python / Taichi (CUDA) ...
Python / Taichi (OpenGL) ...
Python / Taichi (CPU) ...
C++ / Vulkan ...
C++ / CUDA ...
C++ / CPU ...
C / Raylib (OpenGL) ...
C / CPU ...

Building & Running

add later

Gallery

Mandelbrot Set

About

This project uses different coding languages and different graphics APIs to render the Mandelbrot set and compares speed.

Resources

License

Stars

Watchers

Forks

Contributors