From 89874bae6a320a2c9daf7a7e76e7a840b5b916b0 Mon Sep 17 00:00:00 2001 From: trotFunky Date: Mon, 7 Oct 2019 19:00:37 +0200 Subject: [PATCH] Added README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a4de64 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# OpenGL course + +The goal of the course is to introduce us to the OpenGL render pipeline and how to use the library. + +The code here was, in part, inspired by the code which was given as part of the course but could not run on windows. +It is aimed to replace it and serve as a base for my own project as part of the course. + +## TODOs + + - [ ] Camera movement + - [ ] Entities + - [ ] Quaternion computations? Maybe use OpenGLMathematics + - [ ] Loading other file types + +## Dependencies + +The following libraries must be installed and findable by CMake: + - OpenGL + - Freeglut 3 \ No newline at end of file