Dandigit/bigboy

Switch from SFML to SDL

Closed this issue · 1 comments

I started out with SFML because I just wanted to get something written quickly, but I always intended to switch to SDL, as it seems to be more lightweight and commonly available. Now seems like a good time, particularly before I get to audio support - I don't want to have to implement it for both libraries.

SDL is also more compatible with ImGui out of the box, making it a bit easier to write a graphical debugger down the line.

Implemented in #3.