More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
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=PC 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 | VitaDock Lite (VDlite for short) is Yet another [[VitaDock VLC|VitaDock]], but instead of an entire Linux distro or a Docker container its a standalone utility. | ||
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== | |||
*It has all the features you need to turn your PC into a dock to stream your PlayStation Vita's display. | |||
*VDlite doesn't force the user to install a new OS on their raspberry pi nor does it require docker. | |||
*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. | |||
==User guide== | |||
By default mpv won't open in fullscreen to eliminate the dropped frames caused by the PC. | |||
This can be changed from the configuration file located in <code>$HOME/.config/VDockLite/options.conf</code> | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/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/ | |||
Latest revision as of 11:51, 16 Ocak 2023
VitaDock Lite | |
---|---|
General | |
Author | NekoMimi |
Type | PC 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 VitaDock, but instead of an entire Linux distro or a Docker container its a standalone utility.
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
- It has all the features you need to turn your PC into a dock to stream your PlayStation Vita's display.
- VDlite doesn't force the user to install a new OS on their raspberry pi nor does it require docker.
- 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.
User guide
By default mpv won't open in fullscreen to eliminate the dropped frames caused by the PC.
This can be changed from the configuration file located in $HOME/.config/VDockLite/options.conf
Screenshots
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.