Compilation is handled through CMmake, but the following libraries are still required:
- glfw3
- glm
- OpenGL (typically handled through the installation of mesa on linux filesystems)
Certain libraries I will make CMake download for you.
You can compile with these following commands.
cmake -S . -B build && cmake --build
Then you can run the executable outputted from CMake.
./gl
Note
CMake can be ran through Visual Studio Code or some other IDEs that have the extension installed.