Right now building is still being figured out. As of now, the Windows version is compiled using Visual Studio and the Linux version is compiled using CMake. Currently, on Windows, the file `pugl_win.dll` may need to be moved into the executable directory. To compile on Linux, simply run the following commands from the project root: 1) cmake -S . -B build 2) make -C build 3) ./build/vkpugltest