XCloud / SmartGlass - New API in RUST
Building
git clone --recursive https://github.com/OpenXbox/xcloud-rs.git
cd xcloud-rs
cargo build
# Run tests
cargo test
# Build docs
cargo doc
Examples
Fetch tokens
Graphical / via WebView
cargo run --bin auth-webview --features=webview
CLI / Manually copying rdirect URI
cargo run --bin auth-cli --features=tokio
Test Gssv Api
Note: Requires tokens (see above)
cargo run --example gssv-api
Test client
Note: Requires tokens (see above)
cargo run --bin client-webrtc --features="xal webrtc-rs"