Be(come) the most powerful C/C++ developer / Train the game engine developing skills
cmake . && make (the build file will be saved to build/ folder)
cmake . && make run (RUN)
make cleanup (clean all the CMake files, the target named cleanup instead of clean)
OpenGL + GLFW3
How to install on Linux?
sudo apt-get install libgl1-mesa-dev libglfw3 libglfw3-dev (Ubuntu)
sudo pacman -Sy mesa glfw (Arch Linux)