Mandelbrot

command module
v0.0.0-...-f0e9d34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2022 License: GPL-3.0 Imports: 7 Imported by: 0

README

Mandelbrot

Install

$ git clone https://github.com/PaulWolfDE/Mandelbrot.git
$ go get -v github.com/gerow/go-color

Use

Rendering image
$ go run image.go [image width] [image height] [scale factor] [offset x] [offset y] [formula iterations] [color scheme] > mandelbrot.png
Rendering zoom with multiple images
$ mkdir out
$ go run zoom.go [image width] [image height] [x offset] [y offset] [zoom iterations] [scale factor] [formula iterations] [color scheme]
Make video from zoom files

$ mkdir out
$ go run zoom.go 1920 1080 -.68 -.3 300 305 600 5
$ ffmpeg -framerate 24 -pattern_type glob -i '*.png' video.mp4
$ open video.mp4

Credits

License

(Derived from gopl's CC BY-NC-SA 4.0)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL