blob: 385e6086b00cecff196032b2a559281bfe6443a2 (
plain)
1
2
3
4
5
6
7
|
My implementation of chapters from https://learnopengl.com
Building:
In the libs directory there are glfw, glew, stb_image and tinyobjloader-c.
You also need to download libmesa devel.
To compile, you need to go to each directory and compile the examples separately.
|