Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 377 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 377 Bytes

Go Fractal Library

A library for creating images of fractal sets in Go.

Features:

  • Mandelbrot
  • customizable colouring

Please note: This repository was primarily created as a way for me to learn a few Go idioms, primarily Go routines. I have done no benchmarking to confirm in the existing usage of Go routines is optimal, or indeed remotely sensible.