meimao / RakNet

RakNet is a cross platform, open source, C++ networking engine for game programmers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrabNet 1.001

Copyright (c) 2014, Oculus VR, Inc. (original RakNet)

Copyright (c) 2016-2018, TES3MP Team

Note

This fork is not compatible with the original RakNet.

Your compiler should support C++11.

You also need CMake 3.5 to generate project files.

Package notes

  • The Help directory contains index.html, which provides full documentation and help
  • The Source directory contain all files required for the core of CrabNet and is used if you want to use the source in your program or create your own dll
  • The Samples directory contains code samples and one game using an older version of RakNet. The code samples each demonstrate one feature of CrabNet. The game samples cover several features.

Linux

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . -- -j4

Windows

If you have CMake in PATH environment:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target RakNetLibStatic \
                --config Release \
                --clean-first

About

RakNet is a cross platform, open source, C++ networking engine for game programmers.

License:Other


Languages

Language:C 43.4%Language:C++ 36.8%Language:HTML 5.2%Language:C# 4.7%Language:Shell 4.7%Language:Makefile 2.1%Language:CMake 0.8%Language:SWIG 0.7%Language:Roff 0.4%Language:Assembly 0.3%Language:M4 0.1%Language:CSS 0.1%Language:Python 0.1%Language:Batchfile 0.1%Language:SAS 0.1%Language:WebAssembly 0.1%Language:Module Management System 0.1%Language:XSLT 0.1%Language:Objective-C 0.1%Language:Java 0.0%Language:Smalltalk 0.0%Language:StringTemplate 0.0%Language:Inno Setup 0.0%Language:JavaScript 0.0%Language:Perl 0.0%