mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-05-06 16:25:31 +02:00
init - display part of screen on a vr overlay
This commit is contained in:
commit
8651d65a0d
5 changed files with 5722 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
build:
|
||||
CPATH=. g++ -lX11 -lglfw -lGL openvr/libopenvr_api.so src/main.cpp -o overlay
|
||||
|
||||
run: build
|
||||
./overlay
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue