init - display part of screen on a vr overlay

This commit is contained in:
Crispy 2023-04-02 14:34:52 +02:00
commit 8651d65a0d
5 changed files with 5722 additions and 0 deletions

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
build:
CPATH=. g++ -lX11 -lglfw -lGL openvr/libopenvr_api.so src/main.cpp -o overlay
run: build
./overlay