Skip to content

Nubbin72/networking_sfml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

networking_sfml

Simple sfml server/client example with TCP sockets and listener

Instructions

    mkdir build
    cd build
    cmake ..
    make
    cd ..
    cp -r Client/Media/ bin/

Server dependencies:

  • sfml-system
  • sfml-network

Client dependencies:

  • sfml-window
  • sfml-system
  • sfml-graphics
  • sfml-network

About

Simple sfml server/client example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published