Skip to content

SvenJo/demo_mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Demo for the mandelbrot algorithm

TODO: add a nice description

Install

TODO: Try to be more detailed

You need

Catch

Copy catch.hpp to extern/catch

Vector class library

download the zip and unpack the files into extern/vectorclass

CMake

Parameter

  • -DBOOST_ROOT=%BOOST_DIR%
  • -DBoost_DEBUG=%BOOST_DEBUG% [OFF/ON optional]
  • -DTBB_INSTALL_DIR="path_to_tbb\tbb44_20151115oss" [only for windows, on linux install dev package for TBB]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages