A multi-platform library for hosting OpenT2T in client applications
The OpenT2T client library is intended to make it easy for applications to host OpenT2T functionality, including a NodeJS (or compatible) engine that executes cross-platform OpenT2T JS APIs and translators.
Currently only the node hosting APIs are implemented, but eventually the OpenT2T JS library will also be made conveniently available to applications.
The core of the NodeJS hosting API is the cross-platform C++ INodeEngine interface. Below this interface one or more node engine implementations may exist, possibly depending on the platform. Above this interface are application-level APIs for using that interface directly and for accessing OpenT2T JS APIs through it.
You will need to grab jx.lib as this project has a dependency on it. To do that, run the following powershell script on the external directory included in this repo: openT2T\client\node\src\external\jxcore\DownloadJxcoreLib.ps1
There are library projects for Android, iOS, and Windows that expose the NodeJS engine and OpenT2T APIs in the corresponding application-programming environments: Android Java, iOS Obj-C, and Windows WinRT. Additionally, those APIs get automatically wrapped as plugins for Cordova and Xamarin cross-platform frameworks.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.