heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
68 stars 25 forks source link

Upgraded build system, better platform support and dependency management #60

Closed lugehorsam closed 1 year ago

lugehorsam commented 1 year ago

This PR maintains the same API of nakama-cpp but dramatically simplifies the implementation. We removed a significant amount of unnecessary code, introduced vcpkg as a dependency manager, and refactored our CMake system to support more platforms.