Hacker News new | ask | show | jobs
by Narishma 2950 days ago
SDL is more than enough for something simple like this. You don't need to mess with OpenGL.
1 comments

Yes with SDL Surfaces.
Textures would be better. Surfaces are raw data, but textures are optimized for the individual hardware.