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

proxy.golang.org : github.com/linuxfreak003/mandelbrot : v0.0.0-20200814192327-142aad599baf

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 - Documentation - Download - JSON
purl: pkg:golang/github.com/linuxfreak003/mandelbrot@v0.0.0-20200814192327-142aad599baf
Published:
Indexed:

    Loading...
    Readme
    Loading...
    Dependencies