Alsey Coleman Miller

Results 66 comments of Alsey Coleman Miller

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

![IMG_2477](https://user-images.githubusercontent.com/3419766/180626696-aa9647ce-6198-4761-bf66-000f441183f1.jpg)

@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.

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.