sinpin-vr/README.md

28 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# sinpin-vr
2023-04-16 18:23:00 +02:00
A SteamVR overlay for Linux+X11 that displays all your screens in VR.
2023-04-02 14:39:45 +02:00
2023-04-29 18:31:17 +02:00
https://user-images.githubusercontent.com/54243225/235313348-2ce9b2d8-8458-49f8-ba94-16e577c4f502.mp4
2023-04-22 19:38:26 +02:00
2023-04-29 18:29:35 +02:00
Note: only index controllers have default bindings right now, feel free to make a PR.
2023-04-22 20:01:44 +02:00
## features
- one overlay per screen
- shows cursor position
2023-04-29 18:29:35 +02:00
- global visibility toggle (default: long press left B)
2023-04-24 20:22:09 +02:00
- reset positions (default: long press left A)
2023-04-29 18:29:35 +02:00
- activate cursor input (default: press touchpad)
- left mouse default: trigger
- right mouse default: A
2023-04-29 19:39:51 +02:00
- middle mouse default: not bound
- scrolling default: joystick up/down
2023-04-29 18:29:35 +02:00
- edit mode (default: long press press right B)
2023-04-22 20:01:44 +02:00
- move screens around (default: trigger)
- resize screens (move with two controllers)
- push/pull screens (default: joystick up/down)
- move all screens at once with the same controls by grabbing the purple square
## performance
From my limited testing, this uses about half the CPU performance of Steam's built-in desktop overlay, if running at 60 FPS. Currently the default is 30 FPS which brings that factor to 3-4x. On my machine, the Steam desktop view increases cpu usage by about 100% of a CPU thread (looking only at the `steam` process), while this overlay uses around 25% at 30 FPS and 45% at 60 FPS.
2023-04-22 19:38:26 +02:00