mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-05-06 16:25:31 +02:00
refactor architecture to allow more separate screen overlays eventually
This commit is contained in:
parent
3c3ed783e4
commit
e4a79eefd3
7 changed files with 356 additions and 223 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
build:
|
||||
CPATH=. g++ -lX11 -lglfw -lGL openvr/libopenvr_api.so src/main.cpp -o overlay
|
||||
CPATH=. g++ -Wall -lX11 -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
|
||||
|
||||
run: build
|
||||
./overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue