Skip to content

segnolin/mandelbrot-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mandelbrot-set

Getting Started

Everyone can simply draw almost any part of Mandelbrot set by this code.

Usage

Just compile mandelbrot.cpp and execute mandelbrot.

$ g++ mandelbrot.cpp -o mandelbrot -std=c++11 -Wall -pthread
$ ./mandelbrot

Convert Image

You can convert image from *.ppm to *.png.

Linux

$ convert mandelbrot.ppm mandelbrot.png

macOS

$ sips -s format png mandelbrot.ppm --out mandelbrot.png

Gallery

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages