Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 363 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 363 Bytes

Buddhabrot

Makes a Buddhabrot using parallel processing

Example

Here is an example output image (scaled down to 27.5% of the original size) Example output

Running

To run the program, simply clone the repository somewhere and run the following

sh build.sh release # for a release version
sh build.sh debug # for a debug version