Skip to content

Simple C program for interactive exploration of the Mandelbrot set

License

Notifications You must be signed in to change notification settings

duckupus/Mandelbrot_ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C program to explore the Mandelbrot set interactively

Dependencies: ncurses

Usage: wasd, and hjkl are supported for navigation.
z and x to zoom in and out accordingly.
q to quit.

Compiling and running: Running make should compile and output the binary into Mandelbrot.

NOTE: currently, the program uses double to do computations, and hence has a limit to how much it is able to zoom in

About

Simple C program for interactive exploration of the Mandelbrot set

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published