README ¶ Mandelbrot set Visualisation Mandelbrot set is a famous example of a fractal in mathematics. Rendering the image is performed using goroutine per column. Run $ go run main.go If you want to know all parameters: $ go run main.go --help Example: $ go run main.go -re -1.96680095 -im 0.00000478 -r 0.00000014 -file "pic.png" $ go run main.go -re -1.7433419053321 -im 0.0000907687489 -r 0.00000000374 -file "pic.png" -w 4096 -h 2048 Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis mandelbrot Click to show internal directories. Click to hide internal directories.