Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyzz/vita-moonlight
NVIDIA Gamestream client for PlayStation Vita, based on moonlight-embedded
https://github.com/xyzz/vita-moonlight
Last synced: 1 day ago
JSON representation
NVIDIA Gamestream client for PlayStation Vita, based on moonlight-embedded
- Host: GitHub
- URL: https://github.com/xyzz/vita-moonlight
- Owner: xyzz
- License: gpl-3.0
- Fork: true (moonlight-stream/moonlight-embedded)
- Created: 2016-08-15T13:18:13.000Z (over 8 years ago)
- Default Branch: vita
- Last Pushed: 2023-04-26T13:29:15.000Z (over 1 year ago)
- Last Synced: 2024-09-26T01:47:12.858Z (4 months ago)
- Language: C
- Homepage:
- Size: 11 MB
- Stars: 631
- Watchers: 46
- Forks: 75
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sunshine - PS Vita - PS Vita client. (📺 Clients / ✴️ Third-Party Moonlight Clients)
- awesome-sunshine - PS Vita - PS Vita client. (📺 Clients / ✴️ Third-Party Moonlight Clients)
README
# Vita Moonlight
This is a vita port of Moonlight Embedded.
Moonlight is an open source implementation of NVIDIA GameStream.## Documentation
More information can find [moonlight-docs][1], [moonlight-embedded][2], and our [wiki][3].
If you need more help, join the #vita-help channel in [discord][4].[1]: https://github.com/moonlight-stream/moonlight-docs/wiki
[2]: https://github.com/irtimmer/moonlight-embedded/wiki
[3]: https://github.com/xyzz/vita-moonlight/wiki
[4]: https://discord.gg/atkmxxT# Build deps
You can install build dependencies with [vdpm](https://github.com/vitasdk/vdpm).
# Build Moonlight
```
# if you do git pull, make sure submodules are updated first
git submodule update --init
mkdir build && cd build
cmake ..
make
```# Assets
- Icon - [moonlight-stream][moonlight] project logo
- Livearea background - [Moonlight Reflection][reflection] Public domain[moonlight]: https://github.com/moonlight-stream
[reflection]: http://www.publicdomainpictures.net/view-image.php?image=130014&picture=moonlight-reflection## See also
[Moonlight-common-c](https://github.com/moonlight-stream/moonlight-common-c) is the shared codebase between different Moonlight implementations
## Contribute
1. Fork us
2. Write code
3. Send Pull Requests