A 2D Fractal Renderer written in Go
A small project to procedurally generate Julia sets of the mandelbrot fractal
go build ./cmd/julia
./julia
Keyboard Controls
[
and]
keys will change the powero
will toggle display of the currently rendered fractali
will invert the color spacec
will change the color pallete used to render- 'f' will freeze the parameter change from being rendered (useful if you want to make a large parameter change without rendering each step)
esc
orq
will close the program
Examples of outputs