blob: 89081a9fc33bcc5a8d10f8bfe6af8bccacb22627 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Mandle
This is an interactive mandlebrot viewer written in C11 and uses [SDL2](https://www.libsdl.org/) for rendering.
## Build
It needs [SDL2](https://www.libsdl.org/) and [meson](https://mesonbuild.com/) to build.
```bash
meson build
ninja -C build
ninja -C build install
```
|