Skip to content

kinemic/Windows-universal-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinemic Gesture SDK - Universal Windows Platform (UWP) app samples

This repo contains the samples that demonstrate the API usage patterns for the Kinemic Software Development Kit (SDK) on the Universal Windows Platform (UWP) for Windows 10. These code samples were adapted from Microsoft/Windows-universal-samples and are designed to run on desktop, mobile, and future devices that support the Universal Windows Platform.

Note: If you are unfamiliar with Git and GitHub, you can download the entire collection as a ZIP file, but be sure to unzip everything to access shared dependencies. For more samples, see our GitHub Samples or our Developer Area.

SDK Access

We provide access to our UWP SDK using an Artifactory NuGet repository. To add the SDK to your project, you have to add our NuGet repository to your NuGet sources and install our NuGet package.

You can find the instructions to do this here.

Universal Windows Platform development

These samples require Visual Studio 2017 Update 4 or higher and the Windows Software Development Kit (SDK) version 17134 for Windows 10.

Get a free copy of Visual Studio 2017 Community Edition with support for building Universal Windows Platform apps

Using the samples

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the following link or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2017.

Download the samples ZIP

Notes:

  • Before you unzip the archive, right-click it, select Properties, and then select Unblock.
  • Be sure to unzip the entire archive, and not just individual samples. The samples all depend on the SharedContent folder in the archive.
  • In Visual Studio 2017, the platform target defaults to ARM, so be sure to change that to x64 or x86 if you want to test on a non-ARM device.

The samples use Linked files in Visual Studio to reduce duplication of common files, including sample template files and image assets. These common files are stored in the SharedContent folder at the root of the repository, and are referred to in the project files using links.

Reminder: If you unzip individual samples, they will not build due to references to other portions of the ZIP file that were not unzipped. You must unzip the entire archive if you intend to build the samples.

For more info about the programming models, platforms, languages, and APIs demonstrated in these samples, please refer to the guidance, tutorials, and reference topics provided in the Kinemic Gesture SDK documentation available in the Kinemic Developer Area. These samples are provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs for Windows.

See also

For more information about the Kinemic Gesture SDK, visit our Developer Area.

Adapted Samples

PDF document

About

API samples for the Universal Windows Platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.1%
  • CSS 9.6%
  • C++ 4.6%
  • C# 2.1%
  • Visual Basic .NET 0.2%
  • HTML 0.2%
  • Other 0.2%