Skip to content

johnmcfarlane/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot

Simple Mandelbrot generator using fixed_point and Boost.SIMD libraries.

Requires:

  • cmake
  • C++14 compiler
  • Boost 1.60

Tested on:

  • Debian 9 (w. Clang 3.8 and GCC 7.1)

Incantation:

git clone https://github.com/johnmcfarlane/mandelbrot.git
cd mandelbrot
cmake -DCMAKE_BUILD_TYPE=Release .
make
./mandelbrot

feedback welcome

About

Mandelbrot generator using fixed_point library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published