Skip to content

Commit d0ff462

Browse files
Merge pull request #5 from ForWard-Technologies-LLC/feat/update-docs
Update docs, README, and download badges for Pylux branding
2 parents f8c835f + f3b9e01 commit d0ff462

28 files changed

Lines changed: 482 additions & 1903 deletions

.github/workflows/deploy-docs.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Deploy Docs to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths:
8+
- 'docs/**'
9+
- 'mkdocs.yml'
10+
11+
workflow_dispatch:
12+
13+
jobs:
14+
deploy:
15+
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
18+
19+
steps:
20+
- uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
23+
24+
- uses: actions/setup-python@v5
25+
with:
26+
python-version: '3.x'
27+
28+
- name: Install dependencies
29+
run: pip install -r docs/requirements.txt
30+
31+
- name: Deploy to GitHub Pages
32+
run: mkdocs gh-deploy --force

README.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@
33

44
# Pylux
55

6-
Pylux is a free, community-built, open source hobby project for PlayStation 4 and PlayStation 5 Remote Play. It focuses on maintaining internet remote play while keeping the app simple to install from major app stores.
6+
[![License: AGPL-3.0](https://img.shields.io/badge/license-AGPL--3.0-blue)](https://github.com/ForWard-Technologies-LLC/Pylux/blob/master/LICENSES/AGPL-3.0-only-OpenSSL.txt)
7+
[![Platforms](https://img.shields.io/badge/platforms-Android%20%7C%20iOS%20%7C%20macOS%20%7C%20Windows%20%7C%20Linux-brightgreen)](https://github.com/ForWard-Technologies-LLC/Pylux/releases)
8+
9+
**Pylux is a free, open-source PS4 and PS5 Remote Play client for Android, Android TV, iOS, macOS, Windows, Linux, and Steam Deck.** It focuses on app-store installs, Internet Play (streaming the game catalog or your owned games), automatic console discovery, and a touch-friendly mobile UI — all from one community-maintained codebase.
10+
11+
## Download
12+
13+
<a href="https://play.google.com/store/apps/details?id=com.pylux.stream"><img src="assets/google-play-badge.svg" height="50" alt="Get it on Google Play"></a>&nbsp;<a href="https://www.dropbox.com/scl/fi/wf9cr349acdwkih0syrva/pylux-windows-installer-latest.exe?rlkey=m2egtuj8z7f5se6405gg09wct&dl=1"><img src="assets/windows-installer-badge.svg" height="50" alt="Download for Windows"></a>
14+
15+
<a href="https://apps.apple.com/us/app/pylux-remote-play/id6761292658"><img src="assets/app-store-badge.svg" height="50" alt="Download on the App Store"></a>&nbsp;<a href="https://apps.apple.com/us/app/pylux-remote-play/id6761292658"><img src="assets/mac-app-store-badge.svg" height="50" alt="Download on the Mac App Store"></a>
16+
17+
<a href="https://flathub.org/apps/io.github.ForWard_Technologies_LLC.Pylux"><img src="assets/flathub-badge.svg" height="50" alt="Get it on Flathub"></a>&nbsp;<a href="https://www.dropbox.com/scl/fi/wi8bjilwiklv7fde0b4ea/pylux-latest.AppImage?rlkey=3xne4ltuiq54ogfmng4gq24mp&dl=1"><img src="assets/linux-appimage-badge.svg" height="50" alt="Download AppImage"></a>
18+
19+
For full release notes and all downloads see the [Releases page](https://github.com/ForWard-Technologies-LLC/Pylux/releases).
720

821
## Screenshots
922

@@ -16,11 +29,16 @@ Pylux is a free, community-built, open source hobby project for PlayStation 4 an
1629

1730
## Features
1831

19-
- Internet Play
20-
- Remote play
21-
- Cross-platform builds for straightforward deployment
22-
- Modern UI with touch-friendly controls where it matters
23-
- Automatic console discovery and registration
32+
- **Internet Play** — stream games from the game catalog or your owned game library
33+
- **Remote Play** — low-latency streaming of your PlayStation console to any supported device
34+
- **Cross-platform** — Android, Android TV, iOS, iPadOS, macOS, Windows, Linux, Steam Deck
35+
- **App-store installs** — available on Google Play, App Store, and Mac App Store
36+
- **Automatic console discovery and registration**
37+
- **Touch-friendly controls** — mobile-optimized UI for phones and tablets
38+
39+
## Documentation
40+
41+
Full setup guides, configuration, and controller options at **[forward-technologies-llc.github.io/Pylux](https://forward-technologies-llc.github.io/Pylux/)**.
2442

2543
## Contributing
2644

@@ -51,4 +69,4 @@ For questions about this project or responsible use, contact [forward.technologi
5169

5270
## Credits
5371

54-
Special thanks to the original Chiaki development team for their excellent work on what became the backbone of this project. This fork builds on their incredible work, aiming to bring internet play to more people through straightforward installs across platforms.
72+
Pylux is built on top of [Chiaki](https://git.sr.ht/~thestr4ng3r/chiaki) and [chiaki-ng](https://github.com/streetpea/chiaki-ng). Special thanks to the original Chiaki development team and the chiaki-ng maintainers for their excellent foundational work. Pylux extends that work with a focus on app-store distribution, mobile and Android TV support, and Internet Play.

assets/app-store-badge.svg

Lines changed: 45 additions & 0 deletions
Loading

assets/flathub-badge.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)