diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-19 21:55:36 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-19 21:55:36 +0500 |
commit | 8d3d531eaf87a20e730d1e9a4797f63f040d0f51 (patch) | |
tree | f4403a91c89801cee3d742ba46db5078859d1773 /README | |
parent | bd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 (diff) |
remove binaries
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |