mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-05-06 16:25:31 +02:00
separate overlays by screen
This commit is contained in:
parent
74d2c71c53
commit
54ea68da6b
5 changed files with 46 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
build:
|
||||
CPATH=. g++ -Wall -lX11 -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
|
||||
CPATH=. 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