A simple thread and network library, cross-plateform and written in C++.
See the LICENSE file at the root of the repository.
- Clone the repository
- Add a rule in your Makefile/CMake/whatever to call the library Makefile (without any rule)
- Link with the resulting libraries
See the Example section for more information.
- Clone the repository
- Add a dependency in Visual Studio on all the libraries to your project
See the Example section for more information.
There is a test/example project in the directory tests at the root of the repository.
It shows how to properly build on Linux (Makefile) and Windows (Solution and projects).
Moreover, it explains how to implements a basic server and a lot of the client features.
- Vriska::Time::Zero doesn't work on Windows (it doesn't compile actually)