More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Utilities) - GameBrew | |title=Vita Homebrew Apps (Utilities) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=vitadocklite2.png | ||
|image_alt=VitaDock Lite | |image_alt=VitaDock Lite | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=VitaDock Lite | |title=VitaDock Lite | ||
|image= | |image=vitadocklite2.png | ||
|description= | |description=A standalone utility to turn your PC into a dock for the PlayStation Vita. | ||
|author=NekoMimi | |author=NekoMimi | ||
|lastupdated=2022/ | |lastupdated=2022/10/31 | ||
|type=Utilities | |type=Utilities | ||
|version=1.0 | |version=1.0 | ||
|license=Apache-2.0 | |license=Apache-2.0 | ||
|download=https:// | |download=https://github.com/FroscoInnovativeTechnologies/VitaDockLite | ||
|website=https://www.reddit.com/r/vitahacks/comments/ws6wac/release_vitadocklite/ | |website=https://www.reddit.com/r/vitahacks/comments/ws6wac/release_vitadocklite/ | ||
|source=https://github.com/FroscoInnovativeTechnologies/VitaDockLite | |source=https://github.com/FroscoInnovativeTechnologies/VitaDockLite | ||
}} | }} | ||
Yet another Vita Dock but instead of an entire Linux distro or a Docker container its a standalone utility. | VitaDock Lite (VDlite for short) is Yet another Vita Dock, but instead of an entire Linux distro or a Docker container its a standalone utility. | ||
It has all the features you need to turn your PC into a dock to stream your PlayStation Vita's display. | |||
VDlite uses mpv to display the video output of the vita which we get via the [[UDCD UVC Vita|udcd_uvc.skprx]] plugin (it is recommended not using [[Autoplugin 2 Vita|autoplugin/2]]). | |||
Although its still in development you can use the current version of VDlite just fine (the app atleast since it makes the core) available in bin/ (add it to path). | |||
==Features== | |||
*VDlite doesn't force the user to install a new OS on their raspberry pi nor does it require docker. | |||
*It works on x-org Window Managers (works on Wayland and DEs but some features may be limited). | |||
*Has theme support and background music for that dock feel. | |||
==Installation== | |||
Clone [https://github.com/FroscoInnovativeTechnologies/VitaDockLite the repo] in <code>~/.local</code> or any localtion then add <code>$HOME/.local/VitaDockLite/bin/</code> to your <code>$PATH</code>. | |||
Run <code>chmod +x install.sh</code> then <code>./install.sh</code> which will install dependencies and set VDlite as executable. | |||
Run <code>VDockLite</code>. That's it. | |||
VDlite is configured via a file under <code>$HOME/.config/VDockLite/options.conf</code> its well commented. | |||
==Screenshots== | ==Screenshots== | ||
vitadocklite3.png | |||
== | ==Known issues== | ||
Audio support is not implemented but as most people would do anyways using a Bluetooth speaker or a speaker through an AUX cable is just fine. | |||
== External links == | ==External links== | ||
* | * GitHub - https://github.com/FroscoInnovativeTechnologies/VitaDockLite | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/ws6wac/release_vitadocklite/ | |||
Revision as of 06:46, 15 December 2022
VitaDock Lite | |
---|---|
General | |
Author | NekoMimi |
Type | Utilities |
Version | 1.0 |
License | Apache-2.0 |
Last Updated | 2022/10/31 |
Links | |
Download | |
Website | |
Source | |
VitaDock Lite (VDlite for short) is Yet another Vita Dock, but instead of an entire Linux distro or a Docker container its a standalone utility.
It has all the features you need to turn your PC into a dock to stream your PlayStation Vita's display.
VDlite uses mpv to display the video output of the vita which we get via the udcd_uvc.skprx plugin (it is recommended not using autoplugin/2).
Although its still in development you can use the current version of VDlite just fine (the app atleast since it makes the core) available in bin/ (add it to path).
Features
- VDlite doesn't force the user to install a new OS on their raspberry pi nor does it require docker.
- It works on x-org Window Managers (works on Wayland and DEs but some features may be limited).
- Has theme support and background music for that dock feel.
Installation
Clone the repo in ~/.local
or any localtion then add $HOME/.local/VitaDockLite/bin/
to your $PATH
.
Run chmod +x install.sh
then ./install.sh
which will install dependencies and set VDlite as executable.
Run VDockLite
. That's it.
VDlite is configured via a file under $HOME/.config/VDockLite/options.conf
its well commented.
Screenshots
vitadocklite3.png
Known issues
Audio support is not implemented but as most people would do anyways using a Bluetooth speaker or a speaker through an AUX cable is just fine.