Skip to content

protob0y/realtime_mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

realtime_mandelbrot

Wow, this is what we all have been waiting for:

A Realtime Mandelbrot renderer in C++ using SFML

  • You can zoom and pan using your mouse and mouse wheel.

I made a video about this project.

Feel free to watch and support.

  • Link: tbc

Compiling

  • For Ubuntu (and probably every other Linux distro)
g++ -c main.cpp && g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system

Explanation

About

A realtime Mandelbrot renderer in C++ using SFML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages