An open API service indexing awesome lists of open source software.

https://github.com/slunimara/gofractal

This program generates fractal and writes it out as a PNG file using Go Programming Language.
https://github.com/slunimara/gofractal

fractals golang mandelbrot

Last synced: about 2 months ago
JSON representation

This program generates fractal and writes it out as a PNG file using Go Programming Language.

Awesome Lists containing this project

README

        

# gofractal

This program generates fractal and writes it out as a PNG file using **Go Programming Language**.

## To do:

### Fractals

* [Julia set](https://en.wikipedia.org/wiki/Julia_set)
* [Lindenmayer system](https://en.wikipedia.org/wiki/L-system)
* [IFSs](https://en.wikipedia.org/wiki/Iterated_function_system)
* [Newton Fractal](https://en.wikipedia.org/wiki/Newton_fractal)

### Image

* Color schemes
* More image formats (.jpg)
* GIFs

## To read:

- [Fractal Geometry - Ivan Zelinka](http://dataanalysis.vsb.cz/data/Vyuka/NAVY/FractalGeometryTEA.pdf)
- [Madlebrot set](https://www.math.univ-toulouse.fr/~cheritat/wiki-draw/index.php/Mandelbrot_set)