Hacker News new | ask | show | jobs
by rhodysurf 2757 days ago
You could make this exact same framework with rust as the backend instead of C++. I have made a proof of concept MVVM app in rust for iOS and Android.

Instead of binding view models and state you bind the entire platform with bindings for every widget and control. Its not too much work but it is a lot of boring code to write and maintain.

1 comments

Is this on GH or somewhere? :)
Its not a complete product, just an exploration I am not done with but feel free to look around https://github.com/mpiannucci/buoyfinder-v3

Ignore the generator folder haha