VARJO TRACKING PLUGIN SDK DOCUMENTATION
Example Plugin

About example plugin

This code example shows how to use the Varjo Tracking Plugin API

Building the example plugin

You will need following tools to build the example plugin:

To build the example project bundled with this SDK, using Microsoft Visual Studio 2017 please follow these steps:

  • Open the the Visual Studio x64 Native tools command prompt
  • Navigate to the example project directory, e.g.:
      cd C:\Development\VarjoPluginSDK\examples\ExamplePlugin
    
  • Create a build directory:
      mkdir build && cd build
    
  • Use CMake to generate Microsoft Visual Studio project files:
      cmake.exe -G "Visual Studio 15 2017 Win64" ..
    
  • Build the example plugin:
      cmake.exe --build . --config=Release
    
  • To work on the plugin in Microsoft Visual Studio, open the generated solution:
      start VarjoExamplePlugin.sln
    

Verifying the plugin

Use plugin verifier utility to verify that the plugin works