MohamedSherifNoureldin / PCtrl

Rust based Linux Process Manager with both a GUI and a TUI
111 stars 2 forks source link

What UX tool/component/crate is used to span TUI and GUI (if any)? #2

Closed johnnyutahh closed 1 year ago

johnnyutahh commented 1 year ago

What UX tool/component/crate is used to span TUI and GUI (if any)?

For example: https://dioxuslabs.com

(I'm too lazy to look through the code to analyze on my own, so I hope you don't mind my lazy question... 🤓)

MohamedSherifNoureldin commented 1 year ago

For the TUI we are using cursive-rs crate with the third-party view cursive_tree_view. For the GUI we are using Tauri and the frontend is built using React