Skip to content

microhod/mandlebrot

Repository files navigation

Mandlebrot Renderer

This code will generate a png render of the mandlebrot set (see example below).

You can tinker with the variables in main.go to view different parts of the set etc.

mandlebrot

Requirements

Running

  • clone the repo

  • build the code

    # this will output the executable
    go build
  • run the executable (on windows it would be mandlebrot.exe)

    # <WIDTH> is an optional parameter to set the width of the desired render in pixels
    ./mandlebrot <WIDTH>

About

Generate a render of the mandlebrot set

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages