Skip to content

Fork of Apple's pencil drawing app for messing around.

License

Notifications You must be signed in to change notification settings

pteasima/SpeedSketch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeedSketch: Leveraging touch input for a drawing application

This sample demonstrates how to capture touch input on iOS into a series of strokes and rendering them in a fast, efficient and correct way on a Canvas. It shows how to get the highest fidelity and best latency when using Apple Pencil. It also touches on subclassing of UIGestureRecognizer, and on how to coordinate gestures between pencil and touches.

Requirements

Build

Xcode 8.0 or later; iOS 10.0 SDK or later

Runtime

iOS 10.0 or later

Copyright (C) 2016 Apple Inc. All rights reserved.

About

Fork of Apple's pencil drawing app for messing around.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages