← Back to context

Comment by serial_dev

3 days ago

You gotta check Crux: Cross-platform app development in Rust

https://github.com/redbadger/crux

Crux seems interesting to share app logic between platforms but I don't see how it helps actually render something. Don't you still need a gui framework that supports android or ios?

  • Having spent time around cross platform rollouts and development I think something like Crux is the best approach. Building a complete UI framework to rival what iOS and Android provide natively is a monumental task.