Giter Site home page Giter Site logo

cpp-sdk's Introduction

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.

cpp-sdk's People

Contributors

mike-devs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.