Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 156 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 156 Bytes

Mandelbrot fractal generator

Written to familiarize with Go and complex numbers.

Notable:

  • implements a crude antialiasing routine
  • uses concurrency