Skip to content

oleksandrh324110/mandelbrot_and_julia_sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot and Julia Sets

Screenshot of the project

Cloning the Repository

To clone the repository with all submodules, use:

git clone [email protected]:oleksandrh324110/mandelbrot_and_julia_sets.git --recursive && cd mandelbrot_and_julia_sets
# or
git clone https://github.com/oleksandrh324110/mandelbrot_and_julia_sets.git --recursive && cd mandelbrot_and_julia_sets

If you forgot to use --recursive, you can initialize and update the submodules later:

git submodule init
git submodule update

Building and Running

To build and run the project, follow these steps:

  1. Create a build directory and navigate into it:

    mkdir build && cd build
  2. Generate the build files using CMake:

    cmake .. -G Ninja
  3. Compile the project using ninja:

    ninja
  4. Run the executable:

    ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published