Hi everyone, i just finished refactoring my code of my primary project, and I thought it'd be a great idea to post it here to get suggestions. Mandelbrotpp is an SDL2-based fractal visualiser, but it is unfortunately extremely inefficient.
I have listed some milestones that I am sure would make the overall program more usable, but I'd like to hear your thoughts too.
The class-based version is way more inefficient than the other one, and I don't really know why.
Could you help me? I'd like to hear some suggestions on how to optimise my code, and how to structure it better.
Github Repo: https://github.com/hotbrightsunshine/mandelbrotpp