Home

Awesome

libquicknet

Simple and small reliable UDP networking library for games

:exclamation: libquicknet is under development and not suitable for production code :exclamation:

The main target for this library are game prototypes or jam games that require a plug&play, fast networking subsystem.<br> Very easy to get up and running!

Features:

Future Features:


Installation

Drop all the source files in your project and compile!

Usage

For a simple example please check test.cpp


Background

This library was written in one week, and even if its fully functional it still needs a lot of work to make it even better!<br> There's still a lot of hardcoded stuff that needs care, but I'll try to turn this into an easily customizable library.