From 6f9ab1f55fd54beab7f0999a69b80ef92fe63722 Mon Sep 17 00:00:00 2001 From: pryazha Date: Tue, 15 Jul 2025 16:15:26 +0500 Subject: finish ssao --- README | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index 385e608..b6b9374 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3-70-g09d2