Skip to content

anthill-platform/anthill-runtime-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Runtime for Anthill Platform

This Runtime allows you to have all of the Anthill Platform functionality inside of your C++ based game.

Installation

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)

Dependencies

You would need to install all dependencies as well:

  1. curl (also may require openssl and zlib)
  2. curlcpp
  3. uWebSockets
  4. json-cpp

Please feel free to contribute to the CMake configuration.