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

Releases: PureSwift/Cacao

v0.7.0

23 Nov 06:35
Compare
Choose a tag to compare
  • #20 Fixed Linux rendering issue
  • #27 Fixed CoreGraphics ambiguity build errors
  • 499e6e8 Fixed UISwitch
  • 9a0a1da Fixed UIView rendering crash
  • 2fe04d5 Added iOS Demo app
  • fbfef7d Fixed for Swift 3.0.2 compatibility
  • 2d6b3d8 Replaced SDLEventPoller with UIEventFetcher
  • 7fca764 Implemented UIViewAutoresizing
  • 890d280 Implemented CFRunLoop support for main thread

v0.6.4

26 Jun 06:35
Compare
Choose a tag to compare
  • #13 Implemented UIScrollView with bouncing effect

v0.6.3

24 Jun 16:37
Compare
Choose a tag to compare
  • #24 Added UIDevice
  • Implemented UIGestureRecognizer, UIPanGestureRecognizer

v0.6.2

16 Jun 14:52
Compare
Choose a tag to compare
  • #21 Added UISwitch
  • #16 Implemented UIView animations
  • Improved SDL mouse handling

v0.6.1

12 Jun 06:55
Compare
Choose a tag to compare
  • Refactored UIView.render()
  • Implemented UIView.hitTest() and UIView.convert()
  • Added Linux rendering fix

v0.6.0

09 Jun 06:34
Compare
Choose a tag to compare
  • #12 UIView is now backed by SDL Texture and is hardware accelerated.
  • Fixed Retina support
  • UIView contents are now clipped.
  • UIResponder, UIControl, UIEvent, UITouch, UIViewController implemented
  • [Demo] Removed ContentView
  • [Demo] Added support for intrinsic size changing to SwiftLogoView

v0.5.2

07 Jun 08:40
Compare
Choose a tag to compare
  • Updated for Swift 4

v0.5.1

07 Jun 00:14
Compare
Choose a tag to compare
  • Updated Silica.CGContext with PNG rendering support
  • Removed Xcode project and Carthage support, only SwiftPM is supported now

v0.5.0

10 Nov 21:32
Compare
Choose a tag to compare

Updated for Swift 3

v0.4.0

04 Jun 16:01
Compare
Choose a tag to compare
  • Added single line test rendering and Label