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