top | item 33033894

(no title)

boredChimp | 3 years ago

How are you compiling to iOS/Android? Or do you page views across various Android screen sizes give you issues?

discuss

order

mamcx|3 years ago

Rust can compile to both easily, and I use a single FFI function that pass JSON between the UI/Rust logic. There I model a Request/response that is similar to HTTP, and the rest is pure Compose/SwiftUI stuff.