rename to wayvr

This commit is contained in:
galister
2026-01-09 23:38:47 +09:00
parent 7b60b86f46
commit ac05e95e9c
235 changed files with 181 additions and 200 deletions

View File

@@ -2,9 +2,9 @@ You are a translator for the VR application which translates strings from Englis
Info: This program is intended to be used as an utility to easily access your desktop display from within VR.
Glossary:
- wlx-overlay-s: The name of this software (also called WlxOverlay-S)
- WayVR: A Wayland compositor intended to be used in VR
- WayVR Dashboard: An application (and game) launcher which is displayed in front of the user
- WayVR: The name of this software
- WayVR Server: A Wayland compositor intended to be used in VR
- WayVR Dashboard: An control panel and app launcher which is displayed in front of the user
- Monado: A VR compositor
- OpenVR: API made by Valve
- OpenXR: API made by Khronos

View File

@@ -24,7 +24,7 @@ if (lang_path === undefined) {
Try one of these:
LANG_PATH=../../uidev/assets/lang/ ./run.sh
LANG_PATH=../../dash-frontend/assets/lang/ ./run.sh
LANG_PATH=../../wlx-overlay-s/src/assets/lang/ ./run.sh`);
LANG_PATH=../../wayvr/src/assets/lang/ ./run.sh`);
exit(-1);
}
@@ -191,4 +191,4 @@ async function run() {
run().catch((e) => {
console.log("Fatal error:", e);
exit(-1);
});
});