You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-15
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@ Advanced desktop access for OpenVR.
14
14
- 3D support (SBS, HSBS, OU, HOU)
15
15
- Overlay visibility and origin settings: Display a desktop/window during gameplay or attach it to a different origin (play space, dashboard, HMD, controllers, tracker)
16
16
- Actions: User-definable functions (input simulation, running applications) which can be bound to controller inputs, hotkeys or UI buttons
17
-
-Keyboard Extension, enabling use of modifier, arrow and function keys from the SteamVR keyboard
17
+
-Custom VR Keyboard with configurable layouts
18
18
- Elevated access toggle, making it possible to deal with UAC prompts and other UIP-restricted UI in VR without using full admin-access at all times
19
19
- Gaze Fade: Fade-out overlay when not looking at it
20
20
- Window Management: Change window focus depending on overlay/dashboard state or drag overlays when dragging the title bar of a mirrored window
21
21
- Performance Monitor: View system performance in real time
22
+
- Browser overlays: View web pages independent from your desktop (CEF-based)
22
23
23
24
## Usage
24
25
@@ -28,31 +29,23 @@ Install Desktop+ from its [Steam store page](https://store.steampowered.com/app/
28
29
29
30
### Release Archive
30
31
31
-
Download and extract the latest archive from the [releases page](https://github.com/elvissteinjr/DesktopPlus/releases). Follow instructions in the included [readme file](assets/readme.txt).
32
+
Download and extract the latest archive from the [releases page](https://github.com/elvissteinjr/DesktopPlus/releases). Follow instructions in the included [readme file](assets/readme.txt).
33
+
Make sure to also download the [Desktop+ Browser component](https://github.com/elvissteinjr/DesktopPlusBrowser/releases) if you want browser overlay support.
32
34
33
35
### Building from Source
34
36
35
37
The Visual Studio 2019 Solution builds out of the box with no further external dependencies.
36
38
Building with Graphics Capture support requires Windows SDK 10.0.19041 or newer, and will download C++/WinRT packages automatically.
37
39
Graphics Capture support can be disabled entirely if desired. Windows 8 SDK or newer is sufficient in that case. See DesktopPlusWinRT.h for details.
38
40
39
-
Other compilers likely work as well, but are neither tested nor have a build configuration.
41
+
See the [Desktop+ Browser repository](https://github.com/elvissteinjr/DesktopPlusBrowser) for building the browser component.
40
42
41
-
After building, add the contents of the [assets](assets) directory to the executables.
43
+
Other compilers likely work as well, but are neither tested nor have a build configuration. Building for 32-bit is not supported.
42
44
43
45
## Demonstration
44
46
45
-
[comment]: #(Honestly kind of lost here. Would've preferred to host the clips on the repo, but people probably want them to play in the browser and not download instead)
46
-
47
-
A few short videos showcasing some of Desktop+'s features:
-[Version 2.1 Showcase: Gaze Fade, Auto Interaction Toggle, Crop to Active Window, FPS-based Limiter](http://www.elvissteinjr.net/dplus/demo_v2_1_showcase.mp4)
Most of these are from older builds with a slightly different interface, but the features themselves still work the same in the current version. The trailer on the Steam store page also shows some of Desktop+'s functionality.
47
+
The [Steam announcements](https://store.steampowered.com/news/app/1494460) for New UI Preview releases typically feature short video clips showing off new additions.
0 commit comments