forked from https://github.com/rna88/irrnet which lacked a proper cmake config
Go to file
ottona 2e938af096 updated readme 2022-12-13 01:32:47 +01:00
enet@236e8a6428 Rename examples numerically 2018-03-16 03:36:19 -07:00
examples Clean up some minor details with the examples 2018-03-16 04:13:24 -07:00
include cmake op for native irrlicht 2022-06-07 22:01:26 +02:00
lib Fix issue with clients not properly disconnecting 2018-03-16 03:40:45 -07:00
source cmake op for native irrlicht 2022-06-07 22:01:26 +02:00
zlib@21767c654d added quaternions to packet structures 2022-06-05 14:31:52 +02:00
.gitignore Fix issue with clients not properly disconnecting 2018-03-16 03:40:45 -07:00
.gitmodules Initial commit. 2018-03-10 20:07:10 -08:00
CHANGELOG.md SInPacket now tracks decryption/decompression failure. 2018-03-18 19:00:16 -07:00
CMakeLists.txt fixes to cmake cfg windows 2022-06-08 00:38:01 +02:00
README.md updated readme 2022-12-13 01:32:47 +01:00

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