Skip to content

A C program that renders the Mandelbrot and allows you to explore it.

Notifications You must be signed in to change notification settings

HarryRudolph/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot C

A program that renders a Mandelbrot set that you can explore.

screenshot of Mandelbrot set being rendered

Controls

  • wasd: pan around Mandelbrot.
  • up/down arrows: zoom in and out
  • left/right arrows: adjust number of iterations in formula.

Usage

Use make to compile the application including SDL library.

make

Run the executable.

./play

Libraries

-SDL2

TODO

  • Infinite Zoom
  • User Adjusted colour schemes

About

A C program that renders the Mandelbrot and allows you to explore it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages