mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-05-06 16:25:31 +02:00
convert to steamvr input system & add binding to toggle all overlays
This commit is contained in:
parent
4bc69f2e53
commit
41f01e29a6
7 changed files with 186 additions and 42 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
build:
|
||||
CPATH=. g++ -Wall -lX11 -lXrandr -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
|
||||
g++ -Wall -lX11 -lXrandr -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
|
||||
|
||||
run: build
|
||||
./overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue