The Mandelbrot Experience
- July 4, 2022
- prettyspecial
Explore the Mandelbrot set in real time. Move up, down, left, rightZoom in and outIncrease/decrease the zoom rateChange the color schemeIncrease/decrease the rendering resolution I started this project during COVID as I began teaching myself game development. It is written in C++ and is its own game engine almost entirely from scratch. It depends only on SDL2 as a wrapper for the operating sys…