Base program with textured ground

This commit is contained in:
trotFunky 2019-11-03 18:05:58 +01:00
commit 165524cc11
7 changed files with 172 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# Labyrinth
This very small project is the final part of my OpenGL course. It uses my custom engine.
## Building
### Dependencies
- OpenGL
- Glut
- My custom engine (Submodule of the project)