- Read all the docs in the docs folder
- always build with debug mode, use "make VERBOSE=1" to see the build process
- make sure all the libraries are loaded correctly, use "pkg-config --cflags --libs glfw3 vulkan gl" to see the build process
- on nixos build the project with
nix-shell --run "cmake --build build --target TargetProject"