refactor architecture to allow more separate screen overlays eventually

This commit is contained in:
Crispy 2023-04-07 01:10:11 +02:00
parent 3c3ed783e4
commit e4a79eefd3
7 changed files with 356 additions and 223 deletions

View file

@ -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