Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 226 Bytes

Mandelbrot set using SDL2 and pthread

Requirements

  • POSIX compliant Unix system (preferably a Linux distribution)
  • SDL2 development files
  • C compiler and make

How to build and run

make
make run