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.
- Host: GitHub
- URL: https://github.com/merlinz01/mandelbrot_viewer
- Owner: merlinz01
- License: mit
- Created: 2024-04-27T19:41:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T19:44:40.000Z (about 1 year ago)
- Last Synced: 2025-06-07T05:39:49.882Z (about 1 month ago)
- Topics: mandelbrot, mandelbrot-viewer, windows
- Language: C
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# mandelbrot_viewer
A simple Win32 app for viewing and exploring the Mandelbrot set.

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