This Runtime allows you to have all of the Anthill Platform functionality inside of your C++ based game.
This library uses CMake, so just clone this repository to your third-party libraries, and do
add_subdirectory(../third-party/anthill-runtime-cpp)
...
include_directories(../third-party/anthill-runtime-cpp/include)
You would need to install all dependencies as well:
- curl (also may require
openssl
andzlib
) - curlcpp
- uWebSockets
- json-cpp
Please feel free to contribute to the CMake configuration.