From 5b0e723ea2a848a05046e6eedb03c693fff655ae Mon Sep 17 00:00:00 2001 From: Rick van Vonderen <0945444@hr.nl> Date: Wed, 11 Dec 2019 00:04:01 +0100 Subject: [PATCH] Add libraries and references to README.org --- README.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.org b/README.org index b5f23b6..09ddbc3 100644 --- a/README.org +++ b/README.org @@ -31,3 +31,18 @@ Or $ cd build $ cmake .. && make #+END_SRC + +* Libraries + +# - [[https://github.com/bulletphysics/bullet3][Bullet]] +# - [[https://github.com/aseprite/freetype2][FreeType2]] +- [[https://github.com/Dav1dde/glad][glad]] +- [[https://github.com/glfw/glfw][GLFW]] +- [[https://github.com/g-truc/glm][GLM]] +# - [[https://github.com/nothings/stb][stb]] +# - [[https://github.com/nlohmann/json][JSON]] +# - [[https://github.com/lua/lua][Lua]] + +* References + +- [[https://www.youtube.com/playlist?list=PLlrATfBNZ98dC-V-N3m0Go4deliWHPFwT][Game Engine]] by The Cherno