d6f024af04013b66289656825b7c158fe48427e7
Deckui
Attempt at a customizable GUI to control some aspect of your computer via a remote device (i.e. SBC with touchscreen).
Prerequisites
- Have rust installed see rustup
Build an Run
If you have cargo-watch and runcc installed
- You can just run :
cargo runcc -c runcc.yml
Take a look at rock64.yml to run the ui on a remote device during developpement
In all case
-
Run the app/server
cargo run -p app -
Run the remote
cargo run -p remote
Description
Languages
Rust
98.4%
Shell
1.6%