Alsey Coleman Miller
Alsey Coleman Miller
This is not StackOverflow. Don't open an issue if you haven't found a bug.

@ephemer Any update on this? I am curious to see if it will run more performant on your UIKit implementation. Basically my SDL event run loop is not optimized on...
The actual code is here: https://github.com/PureSwift/Silica CoreGraphics is actually one of the really solid parts of the Cacao project. You need the get Cairo compiling via the SwiftPM or an...
Great, how to you use C++ Skia from Swift? Is there a wrapper library somewhere? I would love to use Skia and Swift on Linux and Android.
We need a Pure Swift AutoLayout implementation. The C++ library https://github.com/FormidableLabs/Phaedo is not viable since ObjC is not available on Linux and non-Darwin platforms. https://github.com/starwing/amoeba Might be a viable solution...
Someone would have to write an NSAutoLayout API wrapper on top of this lib. Again, I'm open to any PRs.
Fixed in #12
Still need to implement, `UIScreen.render()` should be modified and adjust the source and destination SDL rect based on `UIView.clipsToBounds`. See [`UIView.render()`](https://github.com/PureSwift/Cacao/blob/7a8fb29da0f05d412fdd2fa6ae8c1baf536cc90d/Sources/Cacao/UIView.swift#L552)
SPM is for Linux only. Use Carthage for Darwin platforms.