Cacao
  • September 18, 2023

Pure Swift Cross-platform UIKit (Cocoa Touch) implementation (Supports Linux)

Build


OS X

brew install cairo sdl2 lcms2
swift build -Xlinker -L/usr/local/lib

Ubuntu

sudo apt-get install libcairo-dev libsdl2-dev liblcms2-dev
swift build

Screenshots


Run PaintCode StyleKits in Linux

Image

Hardware-accelered UIView animations

Layout views according to a UIViewContentMode

Create applications that run in the native Window Manager

Image

Image

GitHub


View Github

#cocoatouch #linux #swift #uikit
YOU MIGHT ALSO LIKE...
ConfettiView

A SwiftUI View that emits confetti with user-defined shapes, images, and text.

SwiftUI Colour Wheel

A colour wheel made all in SwiftUI. There are 2 different colour wheels to choose from. The first main one ...

ColorPickerRing

A color picker implementation with color wheel appearance written in plain SwiftUI. It is compatible with UIColor and NSColor.

ASCollectionView

This repository is no longer maintained. Here's why: with the release of iOS 16 SwiftUI now enables most of the ...