Skip to content

tarun27sh/generative_art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative art using C++

Mandelbrot set

Build

mkdir build
cd build
cmake ../
make

Run

./generative_art
// generated_image.ppm will be produced
// Open it using Preview (Mac) or ?(Linux) or ?(Windows)
//
// or use image ImageMagick to convert to png
// convert generated_image.ppm generated_image.png

About

Generated images of math equations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages