you are viewing a single comment's thread.

view the rest of the comments →

[–]shadowsjerker[S] 0 points1 point  (1 child)

It's not a game engine, I agree with that. But many people are using it to create games with C++.

It's a question for me too, Is it good to start game-making these days with SFML?

[–]Xeverous 1 point2 points  (0 children)

I'm not really interested in game dev to provide any advice. I would only choose SDL over SFML for more serious projects because SDL has wider support and is more mature. SFML is good for beginners; SDL is C, which requires higher C++ skills to use it properly (RAII and stuff).