redbadger / crux

Cross-platform app development in Rust
https://redbadger.github.io/crux/
Apache License 2.0
1.7k stars 58 forks source link

Crux with macOS and SwiftUI #248

Open mwritter opened 3 months ago

mwritter commented 3 months ago

Is it possible to create macOS apps using SwiftUI and crux. If so could we get a simple example?

charypar commented 3 months ago

I don't see any reason why it shouldn't be - mechanically, it should look very similar to iOS SwiftUI apps, e.g. the Tap to Pay example.

Is there anything macOS specific that seems problematic?