Added subrepo for model development and ReadMe file.
This commit is contained in:
parent
0cbcc1f094
commit
f587950771
3 changed files with 19 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "data/game-models"]
|
||||||
|
path = data/game-models
|
||||||
|
url = https://git.warwicknew.xyz/game-models/
|
||||||
15
README.md
Normal file
15
README.md
Normal file
|
|
@ -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)
|
||||||
1
data/game-models
Submodule
1
data/game-models
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b7a336975402dde6692fcc9d8c986136d1c724f6
|
||||||
Loading…
Reference in a new issue