Skip to content

Maelto-svg/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a project to generate images of Mandelbrot's fractals.

Lunching

On linux you can run :

./mandel

If it does not work or you are not on Linux, first run :

gcc mandel.c -O2 -o mandel

then

./mandel

Output

The program will output a mandel.pbm file. To view it you can use an app such as okular.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages