Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0kalekale/minifb-mandelbrot
mandelbrot set with minifb
https://github.com/0kalekale/minifb-mandelbrot
Last synced: 22 days ago
JSON representation
mandelbrot set with minifb
- Host: GitHub
- URL: https://github.com/0kalekale/minifb-mandelbrot
- Owner: 0kalekale
- Created: 2022-11-20T15:14:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T15:18:54.000Z (about 2 years ago)
- Last Synced: 2023-09-01T14:14:01.143Z (over 1 year ago)
- Language: C
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mandelbrot set with minifb
```
$ gcc mandelbrot.c libminifb.a -lm -lX11 -lGL
```![image](mandelbrot.png)