aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9e7ea366eeca5788cb4cd3140b331d1f6217670b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Mandelbrot visualizer

A visualizer of the [Mandelbrot Set](https://en.wikipedia.org/wiki/Mandelbrot_set).

![screenshot](./screenshot.png)

## Usage

```
> make all
> ./mandel
```

## Dependencies

- [SDL2](https://www.libsdl.org/) - window and OpenGL context
- [glew](http://glew.sourceforge.net/) - OpenGL implementation