Skip to content

Commit

Permalink
docs: add moonlight
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Aug 14, 2024
1 parent 779c186 commit 1044166
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .vitepress/data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export const sidebar = {
base: '/apps',
items: [
{ text: 'Текстовый редактор', link: '/text-editor/' },
{ text: 'Amberol', link: '/amberol/' }
{ text: 'Amberol', link: '/amberol/' },
{ text: 'Moonlight', link: '/moonlight/' }
],
collapsed: true
},
Expand Down Expand Up @@ -86,7 +87,8 @@ export const sidebar = {
base: '/en/apps',
items: [
{ text: 'Amberol', link: '/amberol/' },
{ text: 'Text Editor', link: '/text-editor/' }
{ text: 'Text Editor', link: '/text-editor/' },
{ text: 'Moonlight', link: '/moonlight/' }
],
collapsed: true
},
Expand Down
29 changes: 29 additions & 0 deletions docs/apps/moonlight/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Moonlight
aggregation:
flatpak: com.moonlight_stream.Moonlight
appstream:
id: com.moonlight_stream.Moonlight
name: Moonlight
icon: https://flathub.org/_next/image?url=https%3A%2F%2Fdl.flathub.org%2Fmedia%2Fcom%2Fmoonlight_stream%2FMoonlight%2Fb90f816b507bbae2ae6add7d67008101%2Ficons%2F128x128%2Fcom.moonlight_stream.Moonlight.png&w=128&q=100
summary: Транслируйте игры и другие приложения с другого ПК под управлением Sunshine
keywords:
- adaptive
developer:
name: moonlight-stream
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://moonlight-stream.org/
help: https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide/
bugtracker: https://github.com/moonlight-stream/moonlight-qt/issues/
---

# Moonlight

Moonlight (ранее Limelight) — это реализация протокола GameStream от NVIDIA с открытым исходным кодом. Участники проекта внедрили протокол, используемый NVIDIA Shield, и написали набор сторонних клиентов.

Вы можете транслировать свою коллекцию компьютерных игр со своего ПК, совместимого с GameStream, на любое поддерживаемое устройство и воспроизводить их удаленно. Moonlight идеально подходит для игр на ходу без ущерба для графики и выбора игр, доступных на ПК.

<!--@include: @apps/_parts/install/content-flatpak.md-->
29 changes: 29 additions & 0 deletions docs/en/apps/moonlight/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Moonlight
aggregation:
flatpak: com.moonlight_stream.Moonlight
appstream:
id: com.moonlight_stream.Moonlight
name: Moonlight
icon: https://flathub.org/_next/image?url=https%3A%2F%2Fdl.flathub.org%2Fmedia%2Fcom%2Fmoonlight_stream%2FMoonlight%2Fb90f816b507bbae2ae6add7d67008101%2Ficons%2F128x128%2Fcom.moonlight_stream.Moonlight.png&w=128&q=100
summary: Stream games and other applications from another PC running Sunshine or GeForce Experience
keywords:
- adaptive
developer:
name: moonlight-stream
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://moonlight-stream.org/
help: https://github.com/moonlight-stream/moonlight-docs/wiki/Setup-Guide/
bugtracker: https://github.com/moonlight-stream/moonlight-qt/issues/
---

# Moonlight

Moonlight (formerly Limelight) is an open source implementation of NVIDIA's GameStream protocol. We implemented the protocol used by the NVIDIA Shield and wrote a set of 3rd party clients.

You can stream your collection of PC games from your GameStream-compatible PC to any supported device and play them remotely. Moonlight is perfect for gaming on the go without sacrificing the graphics and game selection available on PC.

<!--@include: @en/apps/_parts/install/content-flatpak.md-->

0 comments on commit 1044166

Please sign in to comment.