1 comment

[ 3.2 ms ] story [ 14.6 ms ] thread
Project lead & contributor here.

This software development effort has allowed us to test the hypothesis that we can build complex GUI software in Rust. We are building on the Iced[0] library, which has been a solid foundation so far.

We're seeing high performance and low resource usage, as you would expect from a Rust program. And a single codebase gives us Windows, Mac, and Linux support with minimal fuss.

[0] https://github.com/hecrj/iced/