luluchou / raknet-python

Python bindings for RakNet, a cross-platform networking engine for game programmers.

Home Page:https://raknet-python.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raknet-python

Build Read the Docs PyPI - Version GitHub License Python Code style: black

Python bindings for the RakNet networking library

πŸ›  Installation

πŸ“¦ From PyPi

pip install raknet

or

🎯 Build locally

git clone https://github.com/wu-vincent/raknet-python.git
cd raknet-python
pip install conan
conan export raknet --version 4.081
conan install . --build=missing -c tools.cmake.cmaketoolchain:generator=Ninja
pip install .

πŸš€ Usage

We are working on making this project ready and will drop the usage documentation soon. Stay tuned! ⏳

About

Python bindings for RakNet, a cross-platform networking engine for game programmers.

https://raknet-python.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 50.1%Language:Python 47.2%Language:CMake 2.7%