SFML community forums
General => General discussions => Topic started by: Charsmud on August 20, 2014, 06:50:34 am
-
I'm planning on adding networking support to my game in the form of one main server with each user receiving the client (Think League of Legends style client-server). Will the SFML Networking be fine for this, or should I go for some other networking library?
-
Depends on your game.
-
SFML has everything that you technically need, though the networking library is quite low-level compared to others. You have to decide on your own on what level you want/need to play.