No description
  • C 96.7%
  • CMake 2.8%
  • C++ 0.5%
Find a file
2022-07-02 20:19:07 -04:00
include Switch to doubles 2022-01-18 21:17:34 -05:00
samples Add new samples 2022-01-20 07:25:05 -05:00
src Fix bug with AVX2 2022-02-05 08:25:14 -05:00
.gitignore Add original code from v1 mandelbrot generator 2022-01-15 11:27:57 -05:00
CMakeLists.txt Fix bug with AVX2 2022-02-05 08:25:14 -05:00
example.mb Add new samples 2022-01-20 07:25:05 -05:00
example_fast.mb Add new samples 2022-01-20 07:25:05 -05:00
example_hirez.mb Add new samples 2022-01-20 07:25:05 -05:00
LICENCE.md MIT license this project so others can use it 2022-07-02 20:19:07 -04:00
readme.md Work on interactive code 2022-01-15 13:26:01 -05:00

mandelbrot_bmp_generator (mbbmp)

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

Written in C