Skip to content

lew1101/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

Author: Kenneth Lew

mandelbrot_one mandelbrot_set mandelbrot_two

Clone Repo

Make sure you have git installed on your machine. Then run:

git clone https://github.com/lew1101/mandelbrot.git

Build

Make sure you have a C++ compiler and CMake>=3.0.0 on your machine, then run the following command in the project directory to build in place:

cmake . && cmake --build .

Usage

Run one of the following commands:

Default Image

mandelbrot 

Custom Image

mandelbrot [x_min] [x_max] [y_min] [y_max]

About

Simple CLI tool for generating beautiful fractal images of the Mandelbrot set.

Resources

Stars

Watchers

Forks

Contributors