An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/linuxfreak003/mandelbrot

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/mandelbrot
Keywords: cli , fractal , golang , golang-library , mandelbrot , mandelbrot-fractal
License: MIT
Latest release: almost 5 years ago
First release: almost 5 years ago
Namespace: github.com/linuxfreak003
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 26 days ago