blob: b6b9374897a7a9259811c78bb680b3fefde7213a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
My implementation of chapters from https://learnopengl.com
Dependencies:
GLEW (https://github.com/nigels-com/glew)
GLFW (https://www.glfw.org)
stb_image.h (https://github.com/nothings/stb/blob/master/stb_image.h)
tinyobjloader-c (https://github.com/syoyo/tinyobjloader-c)
and -lGL which should be mesa if not mistaken.
Gentoo:
media-libs/mesa media-libs/glew media-libs/glfw
At the moment, Windows support is not implemented, each example only contains
build.sh script.
|