Skip to content

mazurio/sdl-mandelbrot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL-Mandelbrot

screenshot

This is an implementation of the Mandelbrot Set fractal in C, using the SDL graphics library.

It's an efficient implementation along with a user interaction by the keyboard allowing zooming and moving throughout the set.

To build just run make and it should do the job. The prerequisites are a C compiler, Make and SDL development libraries.

To know more about the Mandelbrot Set please check the Wikipedia Article

About

Simple Mandelbrot fractal renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.6%
  • Makefile 3.4%