Skip to content

AlexHCC/MandelbrotSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot set

Simple program made in c++ and SFML that simulates the "Mandelbrot set", witch is a recursive function: f(z) = z^2 + c (c = x + y*i). The values that belong to the set are those that their recursive limit isn't infinity. Those points are drawn black, and the others get a color based on the rate that they escape to infinity.

Feautures:

  • Move around WASD
  • Esc to exit
  • Zoom in/Out with + and -
  • High precision

TODO:

  • Optimize (A lot!)
  • Smooth colors (Linear interpolation)
  • Add Julia set rendering

Screenshots

Useful links:

https://en.wikipedia.org/wiki/Mandelbrot_set

Build:

Use make. Latest version of -lSFML and GCC recommended.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published