Skip to content

OpenXbox/xcloud-rs

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

CLI / Manually copying redirect URI

cargo run --example auth-gssv

Test Gssv Api

Note: Requires tokens (see above)

cargo run --example gssv-api

Test client

Note: Requires tokens (see above)

Writes audio/video tracks to file

cargo run --bin client_sdl3

About

XCloud experiments in RUST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages