proxy.golang.org : github.com/linuxfreak003/mandel
Package mandel implements a simple library for generating mandelbrot fractals. Functions are provided for writing a png or jpeg Basic usage of package is // Creates a new Generator g := NewGenerator(1024, 768, 0,0) // Generates the image g.Generate() // Writes the image as a png to "test.png" f, _ := os.Create("test.png") g.WritePNG(f)
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/linuxfreak003/mandel
Keywords:
cli
, fractal
, golang
, golang-library
, mandelbrot
, mandelbrot-fractal
License: MIT
Latest release: 4 days ago
Namespace: github.com/linuxfreak003
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago