Awesome
KGL OpenGL Samples
A collection of open source samples for OpenGL written using the help of kgl.
Building
Windows
pacman -S mingw-w64-x86_64-glfw
Linux
sudo apt install glfw3
macOS
brew install glfw --HEAD
Examples
1 - Triangle
Simple render of a triangle.
2 - Texture
Simple render of a textured quad.