summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-19 21:55:36 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-19 21:55:36 +0500
commit8d3d531eaf87a20e730d1e9a4797f63f040d0f51 (patch)
treef4403a91c89801cee3d742ba46db5078859d1773 /README
parentbd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 (diff)
remove binaries
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3ac319d
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+My implementation of chapters from https://learnopengl.com
+
+- Building
+There is glfw, glew, stb_image and tinyobjloader-c in libs directory,
+but better would be download them.
+
+You need to change to each directory and compile examples separetely.