OpenSwiftUI icon indicating copy to clipboard operation
OpenSwiftUI copied to clipboard

WIP — OpenSwiftUI is an OpenSource implementation of Apple's SwiftUI DSL.

Results 7 OpenSwiftUI issues
Sort by recently updated
recently updated
newest added

This PR implements `AnyView.init(_fromValue:)`. I need this functionality for my [library](https://github.com/nerdsupremacist/VariadicViewBuilder). Since I didn't know how to implement it, I first checked how you do it here, and noticed that...

I know how time consuming open source projects can be and this project is not a small one by any means. But I've seen some PRs open and several issues...

[https://github.com/sveltejs/svelte](Svelte) is a "compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM". The same principle can be applied here, turning declarative Swift...

Hi, How do OpenSwiftUI and SwiftUIEmbedded work and how they are structured? It seems that you are creating a renderer: https://github.com/Cosmo/Pixels I'm creating this renderer: https://github.com/swiftfn/SkiaSwift Demo: https://github.com/swiftfn/SkiaSwift/blob/master/Sources/Demo/main.swift It's about...