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...
Popup View

Floaters Toasts Popups Sheets

Drops 💧

A µFramework for showing alerts like the one used when copying from pasteboard or connecting Apple pencil.

MarqueeText

A SwiftUI Marquee or "scrolling text" effect found in Apple native apps. For when one line isn't enough, but two ...

TextBuilder

Introduction Text composition in SwiftUI can often be cumbersome, especially when there's logic affecting its format and content. TextBuilder leverages the ...

TextView

Download File -> Swift Packages -> Add Package Dependency... Select your project Enter https://github.com/kenmueller/TextView for the package repository URL Select Branch: master Click Finish ...