Issue
I am creating a PacMan game so which graphics library should I try?
Solution
SDL is a C library, so if you've been using C++ for a while, you may find its simple interface cumbersome. However, it is the most widely-used library in this category.
SDLmm is a C++ library wrapper for SDL that presents a friendly C++ face to SDL.
SFML is a C++ media library with features similar to SDL. I rather quite like it, and it works very well.
Answered By - greyfade
Answer Checked By - Marie Seifert (JavaFixing Admin)