Hacker News new | ask | show | jobs
by k__ 2762 days ago
Rust plz.
1 comments

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.

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