multi-touch demo - amazon web services€¦ · 2 introduction • jonas hendrickx • microsoft mvp...

10
Multi-Touch Demo Lenovo Dev May 3, 2016

Upload: others

Post on 31-May-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

Multi-Touch Demo Lenovo Dev

May 3, 2016

Page 2: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

2

Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st contact with Lenovo in 2013 • ThinkPad T560

Page 3: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

Installation

Page 4: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

4

Installation • Visual Studio 2015 Community Edition (Free): https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx

• Windows 10 SDK (included in VS2015)

Page 5: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

Sample

Page 6: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

6

Sample 1 • Basic touch input

Page 7: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

7

Sample 2 • Moving • Scaling

– Detecting our first problem à TransformGroup • Rotation • Using CompositeTransform

Page 8: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

Useful references

Page 9: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st

9

Useful references • Marmalade SDK (C++/Lua): https://www.madewithmarmalade.com/platform • Unity (C#/Javascript): https://unity3d.com/ • Gesture Works (C++/.NET/Java/Python): http://gestureworks.com/ • SharpDX: http://sharpdx.org/

– Managed .NET wrapper for DirectX • Intel code samples: https://software.intel.com/en-us/windows/code • Microsoft UWP code samples: https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples

–  BasicInput sample • More SDKs: https://lenovodev.com/develop/tools

Page 10: Multi-Touch Demo - Amazon Web Services€¦ · 2 Introduction • Jonas Hendrickx • Microsoft MVP in Windows Experience • Lenovo Insider • LenovoDev Technical Expert • 1st