|
Mandelbrot Set
1.0.0
A C++ script that computes if a given complex number is within the Mandelbrot set.
|
A C++ script that computes if a given complex number is within the Mandelbrot set.
The Rust implementation of the script can be found here.
Cmake Cmake is used to compile the program. You can download cmake here.
After compilation a directory bin/ should be created in the repository. To run it, run the command.
Documentation of the coursework can be found in the project GitHub pages.