repos/mandelbrot

simple mandelbrot set visualizer
Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--.gitignore4 L
-rw-r--r--LICENSE21 L
-rw-r--r--Makefile21 L
-rw-r--r--README.md18 L
-rw-r--r--main.c108 L
-rw-r--r--sdl_extra.c32 L
-rw-r--r--sdl_extra.h14 L
-rw-r--r--status.h41 L

Mandelbrot set visualizer

screenshot

This is a simple Mandelbrot set visualizer developed in C using SDL2 for graphics.

Dependencies

Building and running

$ make -j $(nproc)
$ ./mandelbrot

License

MIT