I've looked into different libraries and I started on SDL2 because of its good support and simplicity. Just kind of want some opinions on if I should be learning SDL2 for what I want to do, or if I should use another library, or maybe even a combination of two.
What I'm Looking For:
- Multi-OS Support
- Good Performance
- Lightweight
- Fairly Simple to Understand
Are you talking about making a 'windowed' 2d game, like windows solitaire type game, or a fullscreen 2d game?
It is possible to do 'lightweight' 2d graphics inside a window using most GUI tools, with menus and buttons or button bars etc, is why I ask.
If you want a windowed game, they are the same question. If you want fullscreen support on some programs an a gui on other programs, they are different questions.