Skip to content

gregulator/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot In 15 lines of C

The Mandelbrot Set

This program renders the Mandelbrot Set in just 15 lines of C code.

On many linux systems, you can compile, run and convert to a PNG file with this command:

gcc -std=c99 mandelbrot.c -lm -o mandelbrot && ./mandelbrot | convert - mandelbrot.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages