diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-15 16:15:26 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-15 16:15:26 +0500 |
commit | 6f9ab1f55fd54beab7f0999a69b80ef92fe63722 (patch) | |
tree | d75178447d4b81d60c06fa223fe9b7c193a25a51 /README | |
parent | 9d944f26d359e4bc1ffd8e44350b0df9f0935b18 (diff) |
finish ssao
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,7 +1,14 @@ 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. +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. -To compile, you need to go to each directory and compile the examples separately. +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. |