A program written in C for quickly generating mandelbrot BMP images
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
John Jekel 6fc1039106
MIT license this project so others can use it
1 year ago
include Switch to doubles 2 years ago
samples Add new samples 2 years ago
src Fix bug with AVX2 2 years ago
.gitignore Add original code from v1 mandelbrot generator 2 years ago
CMakeLists.txt Fix bug with AVX2 2 years ago
LICENCE.md MIT license this project so others can use it 1 year ago
example.mb Add new samples 2 years ago
example_fast.mb Add new samples 2 years ago
example_hirez.mb Add new samples 2 years ago
readme.md Work on interactive code 2 years ago

readme.md

mandelbrot_bmp_generator (mbbmp)

Command line utility that produces .bmp images of rendered mandelbrot fractals. Multithreaded.

Written in C