To compile you need GLFW, CMake and Ninja 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
Note: This project is currently on hold as I wanted to focus more on my studies and I also plan to re-write it using Vulkan after my exams.