XuruDragon / cpp-sdk

C++ SDK for XtraLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native C++ SDK for XtraLife

Downloading and installing

Download the desired version (either in .7z form, requiring 7-zip to decompress, or in .zip form) from the releases page below.

Then, start with the documentation in order to start integrating the SDK in your own application.

This SDK works with XtraLife. For more information and configuring your application, visit https://xtralife.cloud/. Note that we also provide a Unity SDK, which is much easier to get started with.

Compiling

Compiling can be time consuming and if you simply want to use the library, we encourage you to start by downloading a precompiled version of the SDK from the releases page.

In order to compile the SDK, you need to populate the repositories directory with curl binaries and include, and OpenSSL binaries.
Compiling these two projects for iOS, Android, Windows and macOS can be a very complex and time consuming process. To speed it up, we have built an optimized and ready to use repository based on the latest curl(7.67.0, November 2019) and OpenSSL(1.1.1d, September 2019), that you can find here.
All platforms are provided with 64 bits binaries, except Android which also provides 32 bits binaries. This will not be needed though in a near future.
FYI, curl is used to run https queries between client and XtraLife servers, and OpenSSL is in charge of the "s" part of https.
The repository will be populated with a new xtralife-sdk folder once you have successfully built the SDK.

There is also a very minimalist application for all platforms (in console mode for desktop versions) which just connects to XtraLife servers and performs an anonymous account to show the asynchronous nature of calling XtraLife services through this C++ SDK.

About

C++ SDK for XtraLife


Languages

Language:C++ 76.1%Language:Java 13.0%Language:C 4.9%Language:Objective-C++ 4.3%Language:Objective-C 1.0%Language:Makefile 0.7%