/raknet-python

Python bindings for RakNet, a cross-platform and open-source networking engine for game programmers

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

raknet-python

Build Read the Docs PyPI - Version GitHub License Python

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! ⏳