Another attempt to write something working in C and OpenGL.
This time we are writing tetris :)
mkdir build
cd build
cmake .. && cmake --build .
mkdir build
cd build
cmake ..
cmake --build . --config Release
# In build directory
./tetris
-
for matrix transformations
-
blazingly fast OpenGL core profile loading
-
for window management, input and sound
-
image loading header-only lib (like it, very simple and does its job)