Skip to content

Small terminal application to display parts of the Mandelbrot set.

License

Notifications You must be signed in to change notification settings

StefansM/Mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Introduction

This is a small piece of software that displays Mandelbrot fractals in a terminal window, mainly as a technical exercise.

#Compilation

The code should compile with a C99-compliant compiler an a POSIX-compliant-ish system (that is, most systems). To compile, simply run:

make

#Usage

There's nothing fancy here. Just run:

./mandelbrot

#Bugs

Please report any bugs to [email protected].

#Thanks

Thanks to Yu-Jie Lin for supplying the makefile.

About

Small terminal application to display parts of the Mandelbrot set.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published