concoct-rs / concoct

A reactive runtime for embedded systems in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doubt

JADSN1894 opened this issue · comments

Hey, this is an excellent project! What are the differences between concoct and viewbuilder?

Thanks! I'm hoping to eventually transition Viewbuilder to become the native backend for this crate (and hopefully others).

The problem I'm still stuck with is an ergonomic way to write rust UI (which is why Viewbuilder is currently just another reactive system). Pretty much every variation I've tried has led me to think a xilem-style UI is our best best. I'd love to have this crate be a cross platform version of that architecture, but I'm not sure what that'd look like yet