Releases: natmark/ProcessingKit
Releases · natmark/ProcessingKit
1.4.0
06 Feb 09:10
Compare
Sorry, something went wrong.
No results found
1.4.0
Supports rounded-rect
rect(x, y, w, h, r)
rect(x, y, w, h, tl, tr, bl, br)
1.3.0
30 Nov 07:23
Compare
Sorry, something went wrong.
No results found
1.2.0
27 Oct 13:43
Compare
Sorry, something went wrong.
No results found
1.2.1 Supports gesture events
iOS
func didTap()
func didRelease()
func didDrag()
func didSwipe(direction: UISwipeGestureRecognizer.Direction)
func didPinch(scale: CGFloat, velocity: CGFloat)
func didRotate(rotation: CGFloat, velocity: CGFloat)
func didLongPress()
OSX
func didClick()
func didRelease()
func didDrag()
func didMove()
func didMagnify(magnification: CGFloat)
func didRotate(rotation: CGFloat, inDegrees: CGFloat)
func didPress()
func didScroll(x: CGFloat, y: CGFloat)
[Stable] 1.1.3
10 Sep 06:24
Compare
Sorry, something went wrong.
No results found
1.1.0
09 Sep 16:22
Compare
Sorry, something went wrong.
No results found
1.1.0 divided submodules
Add Core module as subspec
1.0.0 Supports Swift4 🎉
04 Jan 13:32
Compare
Sorry, something went wrong.
No results found
ProcessingKit now supports Swift4 🎉
You can use ProcessingKit with Swift4
0.6.0
04 Jan 12:36
Compare
Sorry, something went wrong.
No results found
ProcessingKit supports OS X 🎉
Become able to run on Cocoa Framework.
0.3.0
30 Sep 10:16
Compare
Sorry, something went wrong.
No results found
0.3.0 - respectable version.
New Processing Functions
Colors
Frames
Images
Touch events
Shapes
Texts
Transforms
Vertexs
Demo playground
Example Project
Basic Functions
Touch example
Others
0.1.0
09 Sep 16:05
Compare
Sorry, something went wrong.
No results found