User Tools

Site Tools


c_tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
c_tutorial [2017/05/04 20:42]
curtisb
c_tutorial [2017/05/09 22:18]
curtisb
Line 1: Line 1:
-====== GestureWorks C++ Tutorial ​======+====== GestureWorks C++ Samples and Tutorials ​======
  
-This tutorial goes through adding GestureWorks to a C++ project. The starting code for this project is in the GestureWorks build at Samples\C++\GestureWorks-tutorial-start.+===== C++ Samples ===== 
 + 
 +==== Qt Sample ==== 
 + 
 +A sample using the popular [[https://​www.qt.io/​ | Qt]] library is in the GestureWorks 2 install at: Samples\Qt Quick\GestureWorks. ​This sample using Qt Quick and has a QML MultiPointGestureArea class which can be used for Qt Quick applications. 
 + 
 +{{::​qt_sample.png?​600|}} 
 + 
 +==== Visual Studio C++ Sample ==== 
 +A simpler C++ sample using Visual Studio and some basic helper classes for rendering is located at: Samples\C++\GestureWorks-tutorial-scene. 
 +This sample is described in the tutorials below. 
 + 
 +===== C++ Tutorials ===== 
 + 
 +The following tutorials ​goes through adding GestureWorks to a C++ project. The starting code for this project is in the GestureWorks build at Samples\C++\GestureWorks-tutorial-start.
  
 This project creates a blank scene with an image. We will look at how to have this image respond to gestures using GestureWorks. This project creates a blank scene with an image. We will look at how to have this image respond to gestures using GestureWorks.
c_tutorial.txt · Last modified: 2019/01/21 16:34 (external edit)