/xbox-client-gtk

A GTK+3 multi-platform Xbox application

Primary LanguageC#

Xbox App (Desktop / Multi platform)

Uses GtkSharp bindings, SmartGlass and Xbox WebApi. Based on the initial work of @gffranco in the Vala client.

Dependency installation

Project requires

macOS

Use the homebrew package manager to install dependencies.

brew install gtk+3

Linux

TBD

Windows

Refer to GtkSharp instructions.

Building from source

Use VS Code, Visual Studio 2017+ or Visual Studio for Mac to develop in a graphical IDE.

To build headless, via cmdline:

dotnet build

Releases

When done, they should appear here: GitHub releases

Troubleshooting

Common problems

DllNotFoundException when starting the application

Ensure you got the GTK dependencies installed properly.