All Projects → microsoft → Gestures-Samples

microsoft / Gestures-Samples

Licence: MIT license
Project Prague Code Samples

Programming Languages

C#
18002 projects
ShaderLab
938 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Gestures-Samples

find-sec-bugs-demos
Repository to showcase various configuration recipes with various technologies
Stars: ✭ 33 (-66.33%)
Mutual labels:  sample, code
ConductOfCode
Code examples for the blog
Stars: ✭ 15 (-84.69%)
Mutual labels:  sample, code
GStreamer-Python
Fetch RTSP Stream using GStreamer in Python and get image in Numpy
Stars: ✭ 81 (-17.35%)
Mutual labels:  sample, code
Hid Examples
Examples to accompany the book "Haskell in Depth"
Stars: ✭ 96 (-2.04%)
Mutual labels:  sample, code
MSPN
Multi-Stage Pose Network
Stars: ✭ 40 (-59.18%)
Mutual labels:  pose
medium-code
A place to store my jupyter notebooks for my medium articles
Stars: ✭ 27 (-72.45%)
Mutual labels:  code
amazon-qldb-dmv-sample-python
A DMV based example application which demonstrates how to use QLDB with the QLDB Driver for Python.
Stars: ✭ 23 (-76.53%)
Mutual labels:  sample
bcp-47
Parse and stringify BCP 47 language tags
Stars: ✭ 51 (-47.96%)
Mutual labels:  code
modplayer-js
JavaScript player for SoundTracker mod files using AudioWorklet API
Stars: ✭ 30 (-69.39%)
Mutual labels:  sample
Roassal2
Agile Visualization Engine for Pharo and VisualWorks
Stars: ✭ 23 (-76.53%)
Mutual labels:  code
spring-kotlin-angular4
Another abadoned Spring Boot application with Angular and Kotlinabandoned
Stars: ✭ 22 (-77.55%)
Mutual labels:  sample
MetalPlayer
A video player using Metal.
Stars: ✭ 68 (-30.61%)
Mutual labels:  sample
pg sampletolog
Postgres extension to sample statements or transactions to logs
Stars: ✭ 17 (-82.65%)
Mutual labels:  sample
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (-79.59%)
Mutual labels:  sample
lite-xl
A lightweight text editor written in Lua
Stars: ✭ 2,796 (+2753.06%)
Mutual labels:  code
vertx-kotlin-example
Vert.x + Kotlin example
Stars: ✭ 12 (-87.76%)
Mutual labels:  sample
flaskcode
A web based code editor on python flask framework.
Stars: ✭ 43 (-56.12%)
Mutual labels:  code
gestures-android
Gesture recognizers for Android
Stars: ✭ 18 (-81.63%)
Mutual labels:  gesture
eventhub
Open-source event organizing web application and a reference DDD solution.
Stars: ✭ 97 (-1.02%)
Mutual labels:  sample
ux-animate
A simple but powerful tweening, spring physics, animation library for Rust
Stars: ✭ 19 (-80.61%)
Mutual labels:  motion

Overview

This repository contains code samples demonstrating how to use the Project Prague hand gestures SDK. For a quick introduction to programming with our SDK, please visit our overview page on docs.microsoft.com. In order to build and run the code samples provided in this repository, you must first set up Project Prague on your machine. Note that you will need either an Intel® RealSense™ SR300 camera or a Kinect for Windows v2 camera to enable our gesture detection runtime.

Code Samples

After cloning this repository, please open the Microsoft.Gestures.Samples soulution in Visual Studio. You will find 12 projects in this solution. Each project is a stand-alone code sample that can be built and run independently of the other projects. The table below lists the samples ordered from the least to the most advanced:

Sample Use case What will you learn?
ConsoleCore, ConsoleNative Test gesture detection in a command-line window Create several simple gestures and register them to the Gestures Service
RotateSample, RotateSampleUwpManaged, RotateSampleUwpNative Rotate an image by 90° Create a simple gesture made up of two hand poses
VideoPlayerGestureControl, VideoPlayerGestureControlUwpNative Pause and rewind audio\video playback Create a simple gesture made up of multiple hand poses and a hand motion
RockPaperScissors Play Rock-Paper-Scissors against an invincible bot Create a gesture made up of multiple hand poses connected in a complex structure
GrabAndPushUwpNative Scale up\down a UWP control using gestures Create a simple gesture and consume hand skeleton stream
Camera3D Manipulate camera in a 3D scene Create a simple gesture and consume hand skeleton stream
GesturesPowerPointPlugin (requires Office Tools for Visual Studio) Create and present a slideshow in PowerPoint using gestures Create multiple simple gestures and wire them to activate various PowerPoint features
CarGestures Control a virtual car's infotainment-system with gestures Create a complete WPF UI with multiple gestures of varying complexity
Unity Package and Tutorial Projects Follow our Unity tutorial Integrate gestures and hand-skeleton input in your Unity games

Sample Projects - Naming Conventions

Suffix Meaning
No suffix Standard WPF project
*Native Native project complient with C++ 11 standard (portable to Linux)
*Core .NET Core 2.0 project (supported on Linux)
*UwpManaged Universal Windows Platform C# project
*UwpNative Universal Windows Platform C++/CX project

Contributing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].