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

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.

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
```