https://github.com/talhaahussain/mandelbrot-set
An implementation of the Mandelbrot set in C++, using SDL2.
https://github.com/talhaahussain/mandelbrot-set
Last synced: 7 months ago
JSON representation
An implementation of the Mandelbrot set in C++, using SDL2.
- Host: GitHub
- URL: https://github.com/talhaahussain/mandelbrot-set
- Owner: talhaahussain
- License: mit
- Created: 2024-06-15T17:09:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T19:15:43.000Z (over 1 year ago)
- Last Synced: 2025-02-21T07:41:32.800Z (8 months ago)
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mandelbrot-set
An implementation of the Mandelbrot set in C++, using SDL2.
### Compiling
Compile with
```bash
bash compile.sh
```### Usage
Run with
```bash
./mandelbrot
```