Tagged Questions
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 ...
-4
votes
1answer
158 views
What's wrong with my code? [closed]
I'm starting out writing a game in C++ and SFML, I have a lot of experience writing business software for servers in C# but very little experience in C++ and none in game development.
I have tried to ...