Skip to content

OpenXbox/xcloud-rs

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
xal
 
 
 
 
 
 
 
 

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