Wow, this is what we all have been waiting for:
- You can zoom and pan using your mouse and mouse wheel.
Feel free to watch and support.
- Link: tbc
- For Ubuntu (and probably every other Linux distro)
g++ -c main.cpp && g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
- Exact same principle as in my other repo: https://github.com/protob0y/mandelbrot_pygame/tree/main
- but optimized for speed (programming language, libs, data types, self-made algorithms,...)