An open API service indexing awesome lists of open source software.

https://github.com/merlinz01/mandelbrot_viewer

A simple Win32 app for viewing and exploring the Mandelbrot set.
https://github.com/merlinz01/mandelbrot_viewer

mandelbrot mandelbrot-viewer windows

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# mandelbrot_viewer

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

![Example screenshot](screenshot.png)

# 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.