Skip to content

merlinz01/mandelbrot_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot_viewer

A simple Win32 app for viewing and exploring the Mandelbrot set.

Example screenshot

Usage

cmake . make .\mandelbrot.exe 

or

gcc .\mandelbrot.c -o .\mandelbrot.exe -luser32 -lgdi32 .\mandelbrot.exe 

The rendering is slowest when there is a lot of black, so if you want to go places, make the window tiny and stay out of the black.

About

A simple Win32 app for viewing and exploring the Mandelbrot set.

Topics

Resources

License

Stars

Watchers

Forks