Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.66 KB

Moonlight TV

Moonlight TV is a GUI front end for Moonlight GameStream Client. With some components from moonlight-embedded. It was originally designed for LG webOS TVs, but may support running on more devices in the future.

Features

  • Supports up to 4 controllers
  • Utilizes system hardware decoder to get best performance (webOS 2/3/4/5)
  • Easy to port to other OSes (Now runs on macOS, Linux, Raspberry Pi)

Screenshots

Launcher

Settings

In-game Overlay

Download

For webOS

Easy installation with dev-manager-desktop (recommended)

Or download IPK from Latest release

(For developers) Building for webOS

  • Follow instructions here to setup NDK
  • Create a directory e.g. build in project root directory, and cd into it.
  • run cmake .. -DTARGET_WEBOS=ON
  • run make webos-package-moonlight to get IPK package in build directory