Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Networking Library  (Read 1964 times)

0 Members and 1 Guest are viewing this topic.

Charsmud

  • Newbie
  • *
  • Posts: 30
    • View Profile
Networking Library
« 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? 

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
AW: Networking Library
« Reply #1 on: August 20, 2014, 07:39:22 am »
Depends on your game.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: Networking Library
« Reply #2 on: August 20, 2014, 09:41:12 am »
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.

 

anything