Portfolio Details
Project information
- Technologies: C++, OpenGL, GLFW
- Techniques: Multithreading, CPU rendering
- Project start: Dec 2022
- Project URL: https://github.com/mrizaln/mandelbrot-set
- Role: Author
mandelbrot-set
Mandelbrot Set renderer
Ever since I saw a video about Mandelbrot Set on Youtube, I’ve always wanted to make my own renderer. This is my attempt. The rendering is done in the CPU so it’s very slow even though I have utilized multithreading.
The next attempt is rendering a Julia Set but using GPU rendering technique which is much much faster.