Giter Club home page Giter Club logo

meimao / raknet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tes3mp/crabnet

0.0 1.0 0.0 41.2 MB

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

License: Other

CMake 0.79% C++ 37.07% C 43.79% Objective-C 0.06% Batchfile 0.08% C# 4.77% Shell 4.72% Makefile 2.14% XSLT 0.07% Roff 0.35% CSS 0.13% Perl 0.01% HTML 5.25% Assembly 0.27% M4 0.14% Python 0.10% SAS 0.08% Smalltalk 0.03% WebAssembly 0.08% Module Management System 0.07%

raknet's Introduction

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

raknet's People

Contributors

alliekins avatar davidcernat avatar echelon9 avatar johnmh avatar jpratliffvr avatar koncord avatar png85 avatar ralith avatar rovanion avatar trotter avatar volkmilit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.