Tagged Questions
-4
votes
1answer
88 views
C++ SDL/SFML advancing help [closed]
I've been playing around programming using SDL and SFML for a while now and done all the basic tutorials I can find(love lazyfoo).
but I'm stuck and not sure how to move on from simple games like ...
0
votes
1answer
315 views
Does SFML render it's graphics using OpenGL internally?
By that, I mean that SFML has an abstraction for OpenGL? Sort of like SDL's blit functions, but using OpenGL internally?
"Yes SFML uses OpenGL for all the graphical stuff. "
Received this comment ...
5
votes
3answers
289 views
Current library situation
Allright so I've been doing some searches, here what I got:
SDL: It is a standard, very mature but very old. (I got posts of late 2009 where they were still waiting for the 1.3 to come up...we are ...
3
votes
5answers
1k views
Does SFML support these specific features that I require?
I've been working on a game in c++ for about a week and a half, and I've been using SDL. However, my current engine only needs the following from whatever library I use:
enable double buffering
load ...