rwtodd / Go.Fractals

Fractal-Drawing Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fractals-Go

This is a web-based version of my JavaFX JFXMandelbrot project, written in Go!

Screenshots

It looks at least as good as the JavaFX version, I think.

example 1

example 2

Status

It has feature parity with the JavaFX version now, except the JavaFX version supports color.

You can control:

  • The algorithm
  • The amount of recursion/colors (depth)
  • The width and height of the image
  • The center and span of the image on the complex plane

And, clicking on the image itself centers it on your click, optionally zooming it in or out.

Obtaining/Running

You can go get:

go get github.com/rwtodd/Go.Fractals

About

Fractal-Drawing Program

License:GNU General Public License v3.0


Languages

Language:Go 61.4%Language:HTML 29.9%Language:CSS 8.6%