Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 493 Bytes

File metadata and controls

30 lines (20 loc) · 493 Bytes

Julia Set Visualizer

A real-time animated Julia Set fractal renderer written in C++ using SDL2.

Julia Set Animation

Installing Dependencies

Ubuntu/Debian:

sudo apt-get install libsdl2-dev cmake build-essential

macOS:

brew install sdl2 cmake

Building and Running

./build.sh

References