GameStream client for Android
Go to file
2021-08-17 23:55:53 -05:00
.github Add issue template 2021-03-03 01:41:13 -06:00
app Add Unicode input support 2021-08-17 23:55:53 -05:00
fastlane/metadata/android Version 9.10 r2 2021-07-16 21:01:16 -05:00
gradle/wrapper Update Gradle 2021-08-09 23:24:44 -05:00
LuaScripts Fixed typo in NAL parser (#311) 2016-12-06 09:36:17 -08:00
store-assets Initial Fastlane metadata for F-Droid 2019-06-29 22:11:35 -07:00
.gitignore Update gitignore 2020-08-09 16:47:16 -07:00
.gitmodules Remove moonlight-common subproject 2019-08-20 18:51:13 -07:00
appveyor.yml Fix lint results path for Gradle 7.0 2021-08-10 02:12:03 -05:00
build.gradle Update Gradle 2021-08-09 23:24:44 -05:00
decoder-errata.txt Fix use of Android 11 low latency decoding feature 2021-04-27 17:43:04 -05:00
gradle.properties Add gradle.properties for Dex In-Process 2016-06-20 21:33:39 -07:00
gradlew Add executable permission to gradlew scripts. 2019-07-08 01:12:36 -07:00
gradlew.bat Initial migration to Android Studio 2014-10-29 21:16:09 -07:00
LICENSE.txt Add license back 2014-10-29 21:39:05 -07:00
README.md Add Weblate link and badge 2021-03-20 18:15:40 -05:00
settings.gradle Remove stale moonlight-common reference from settings.gradle 2020-03-03 00:13:48 -08:00

Moonlight Android

AppVeyor Build Status Translation Status

Moonlight for Android is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield.

Moonlight for Android will allow you to stream your full collection of games from your Windows PC to your Android device, whether in your own home or over the internet.

Moonlight also has a PC client and iOS/tvOS client.

You can follow development on our Discord server and help translate Moonlight into your language on Weblate.

Downloads

Building

  • Install Android Studio and the Android NDK
  • Run git submodule update --init --recursive from within moonlight-android/
  • In moonlight-android/, create a file called local.properties. Add an ndk.dir= property to the local.properties file and set it equal to your NDK directory.
  • Build the APK using Android Studio or gradle

Authors

Moonlight is the work of students at Case Western and was started as a project at MHacks.