Skip to content

jfacoustic/MandelbrotCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MandelbrotCPP

Mandelbrot text in CPP. Get started by downloading and typing make.

Commands:

print:

prints the mandelbrot set. Default prints the full set.

zoom:

zooms in by factor of x and y in their respective axes This is a percent.

parameters: x y example: zoom 10 10

move:

moves by coordinate. Make sure that you are in the appropriate range: -2 < x < 1 -1 < y < 1 parameters: x y example: move 0.1 0.3

iterations:

controls how many iterations you want to see the pretty details. example: iterations 1000

restart:

sets all variables to their default values.

About

Mandelbrot text in CPP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published