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.
- Host: GitHub
- URL: https://github.com/slunimara/gofractal
- Owner: slunimara
- Created: 2022-03-29T14:12:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T13:11:42.000Z (about 3 years ago)
- Last Synced: 2025-02-13T21:17:58.512Z (4 months ago)
- Topics: fractals, golang, mandelbrot
- Language: Go
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)