A client and server implementation using ENet.
Install CMake:
sudo aptitude install cmakeInstall Dependencies:
sudo aptitude install clang-format
sudo aptitude install libglm-dev
sudo aptitude install libsdl2-dev
sudo aptitude install libenet-dev
sudo aptitude install libepoxy-devInstall CMake:
brew install cmakeInstall Dependencies:
brew install clang-format
brew install glm
brew install sdl2
brew install enet
brew install libepoxyClone the repo:
git clone [email protected]:kbirk/enet-example.gitBuild the Makefile:
cd enet-example
mkdir build
cd build
cmake ../Build the executables:
makeRun the server executable:
./serverRun a client executable:
./client