Skip to content

Smooth & fast line drawing from touch inputs for UIViews using Quartz

Notifications You must be signed in to change notification settings

eni9889/Smooth-Line-View

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smooth line UIView

The goal of this project is to create a UIView that can generate smooth lines from touch input in a reasonably fast manner without moving to a more complex framework like OpenGL.

Update: Completely re-written smooth line algorithm to use native CGContext quadratic curves. The result is much faster and smoother drawing. There's no more need for switching between agorithms.

Many thanks to Ginamin for his elegant solution.

About

Smooth & fast line drawing from touch inputs for UIViews using Quartz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published