To compile you need GLFW and CMake installed on your system.
If above requirements are fulfilled, just run the following
mkdir build && cd build
CXX=clang++ cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja
./Nexavey
You can also move around with WASD/CTRL/SPACE and look around with the mouse !