Y
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
weeber
2950 days ago
Yes with SDL Surfaces.
link
krapp
2950 days ago
Textures would be better. Surfaces are raw data, but textures are optimized for the individual hardware.
link