Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

visage|SDK does not currently provide direct support for React Native.
For users willing to experiment, there is an undocumented workaround that allows use of visage|SDK in React Native.
visage|SDK is implemented in C++ and provides C++ API, therefore direct calls from React Native are not possible without a wrapper with C-interface functions. Example of such a wrapper is provided by in visage|SDK in the form of VisageTrackerUnity Plugin which provides simpler, high-level API through a C-interface. It is intended for integration with Unity3D (in C# with P/Invoke), however it can also be used by other applications/languages that support importing and calling C-functions from a native library, including React Native.

Can I use visage|SDK in WebView (in iOS and Android)?

...