No description
Find a file
2018-07-08 23:37:00 -07:00
app Add the smooth grid scaling for PCs too 2018-07-08 23:37:00 -07:00
libs Add ffmpeg libraries for macOS 2018-07-07 22:43:35 -07:00
moonlight-common-c Windows bringup 2018-06-23 20:08:17 -07:00
opus Windows bringup 2018-06-23 20:08:17 -07:00
qmdnsengine Integrate forked QMdnsEngine with some required fixes for GameStream (submitted upstream) 2018-06-30 21:41:00 -07:00
.gitignore ignore qt.pro.user files 2018-04-28 16:41:07 -07:00
.gitmodules Integrate forked QMdnsEngine with some required fixes for GameStream (submitted upstream) 2018-06-30 21:41:00 -07:00
LICENSE Add license and readme 2018-07-07 14:59:48 -07:00
moonlight-qt.pro Integrate forked QMdnsEngine with some required fixes for GameStream (submitted upstream) 2018-06-30 21:41:00 -07:00
README.md Add license and readme 2018-07-07 14:59:48 -07:00

Moonlight PC

Moonlight PC is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built to run on Windows, Mac, and Linux.

Moonlight also has mobile versions for Android and iOS.

This is a work-in-progress port and is only suitable for development use at this point.

Building

  1. Install the latest Qt SDK (and optionally, the Qt Creator IDE) from https://www.qt.io/download
  2. Run git submodule update --init --recursive from within moonlight-qt/
  3. Open the project in Qt Creator or build from qmake on the command line

Contribute

This project is being actively developed at XDA Developers

  1. Fork us
  2. Write code
  3. Send Pull Requests

Check out our website for project links and information.