|
|
|
|
|
by kernelbandwidth
3346 days ago
|
|
Have you tried Conrad? (https://github.com/PistonDevelopers/conrod) I've not delved much into GUI programming in Rust myself, so I'm just interested to hear any arguments for/against. As a more general point, I suspect a good Rust GUI framework will end up looking more in the spirit of React and the FRP approach, as ownership and the tendency towards immutable data have less friction with that approach. |
|
My first attempt was actually with libui, which would give me native components on every platform, but they don't implement a list view which is the heart of a password manager's UI...