Skip to content

kgrybos/mandelbrot-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbort set zoom

Program napisany w go generujący animację przybliżania w zbiorze Mandelbrota.

Przykład działania aplikacji

Kompilacja

go build

Użycie

usage: ./mandelbrot-go [flags] [x] [y]
  -colors int
    	number of colors used to graph Mandelbroot set (default 200)
  -maxiter int
    	maximum number of iteration per frame (default -1)
  -mindiv float
    	minimal percent of found divergent points to continue to next frame (range from 0 to 1) (default 0.05)
  -precision float
    	precision of Mandelbrot set computation (range from 0 to 1) (default 0.01)
  -prof
    	collect profiling data
  -size int
    	window size (default 700)
  -workers int
    	number of threads (default 8)
  -zoom float
    	zoom amount per frame (range from 0 to 1) (default 0.9)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages