forked from https://github.com/rna88/irrnet which lacked a proper cmake config
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
ottona 168f605620 merge readme update 6 months ago
enet@236e8a6428 Rename examples numerically 5 years ago
examples Clean up some minor details with the examples 5 years ago
include cmake op for native irrlicht 1 year ago
lib Fix issue with clients not properly disconnecting 5 years ago
source cmake op for native irrlicht 1 year ago
zlib@21767c654d added quaternions to packet structures 1 year ago
.gitignore Fix issue with clients not properly disconnecting 5 years ago
.gitmodules Initial commit. 5 years ago
CHANGELOG.md SInPacket now tracks decryption/decompression failure. 5 years ago
CMakeLists.txt fixes to cmake cfg windows 1 year ago
README.md updated readme 6 months ago

README.md

irrnet

an updated version of the irrNetLite networking library compiled against recent versions of enet and zlib.

building irrnet

irrnet now uses an easy to use cmake configuration. use it to either build the lib or rather integrate it into your project's cmake setup (recommended).

quick steps:

  1. clone the repository and pull the submodules: git clone --recurse-submodules <path to repo>
  2. use cmake or cmake-gui to generate makefiles or projects for your favorite ide. as for the first just do cmake -B build
  3. on successful generation, cd into the just created build folder
  4. make irrnet