Skip to content

wintermute-cell/julia-set-renderer

Repository files navigation

Julia Set Fractal Renderer

fractal rendering screenshot

Renders the julia set using a very simple shader program.

If you're interested in how to do this, all the relevant work is done by the float julia(vec2 uv, float time) function in ./assets/fractal.frag.

Compiling and running

mkdir build && cd build
cmake ..
make && ./fractals