Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Releases: natmark/ProcessingKit

1.4.0

06 Feb 09:10
Compare
Choose a tag to compare

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
a3847be
Compare
Choose a tag to compare

1.3.0 Support Swift 4.2

1.2.0

27 Oct 13:43
Compare
Choose a tag to compare

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
Choose a tag to compare

1.1.3

  • Divided submodules

1.1.0

09 Sep 16:22
Compare
Choose a tag to compare

1.1.0 divided submodules

  • Add Core module as subspec

1.0.0 Supports Swift4 🎉

04 Jan 13:32
Compare
Choose a tag to compare

ProcessingKit now supports Swift4 🎉

  • You can use ProcessingKit with Swift4

0.6.0

04 Jan 12:36
fb3e74e
Compare
Choose a tag to compare

ProcessingKit supports OS X 🎉

  • Become able to run on Cocoa Framework.

0.3.0

30 Sep 10:16
Compare
Choose a tag to compare

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
Choose a tag to compare

Initial release