Skip to content

OpenXbox/xcloud-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6debe90 · Nov 11, 2022
Oct 17, 2022
Oct 22, 2022
Oct 22, 2022
Oct 18, 2022
Oct 17, 2022
Nov 11, 2022
Oct 19, 2022
Oct 22, 2022
Oct 22, 2022

Repository files navigation

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"

About

XCloud experiments in RUST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages