From f5879507719585ae33671cf24494343ba028cadb Mon Sep 17 00:00:00 2001 From: Warwick Date: Mon, 8 Aug 2022 16:23:13 +0100 Subject: [PATCH] Added subrepo for model development and ReadMe file. --- .gitmodules | 3 +++ README.md | 15 +++++++++++++++ data/game-models | 1 + 3 files changed, 19 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 data/game-models diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7a79fb5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "data/game-models"] + path = data/game-models + url = https://git.warwicknew.xyz/game-models/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..bda8a27 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# OpenGL Game Project +This is just a little project to get me back into the swing of using C++ and +OpenGL. I hope that this project will teach me enough about graphics programming +to satisfy my curiosity. + +## Instructions to build. +You will need on your system: +- cmake build pipeline +And the following build dependancies. +- SDL2 +- SDL2_image +- OpenGL (Probaly already on your system) +- GLEW +- GLM +- ASSIMP (version 5.1 or higher) diff --git a/data/game-models b/data/game-models new file mode 160000 index 0000000..b7a3369 --- /dev/null +++ b/data/game-models @@ -0,0 +1 @@ +Subproject commit b7a336975402dde6692fcc9d8c986136d1c724f6