We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42af68d commit e348c1cCopy full SHA for e348c1c
1 file changed
README.MD
@@ -5,7 +5,26 @@ test game engine project, not much to see here yet
5
GLFW
6
GLEW
7
8
+## Test if wich I like
9
- Phong Shading no specular highlight difficulty of Gouraud shading.
10
- Blinn-Phong
11
- Gouraud Shading interpolation technique for surface shading
12
- Flat Shading
13
+
14
+# Ideas
15
+* Object loading
16
+* Camera movement
17
+* Framerate, actual rendering speed
18
+* File altering
19
+* Threading
20
+* Object management
21
22
23
+# Resources
24
+## General Dev
25
+<https://stackoverflow.com/questions/1950926/create-directories-using-make-file>
26
27
+## 3d
28
+<https://qiita.com/ssaattwworg/items/32ee9a6fdb0476833c02>
29
+<https://github.com/gwerners/BasicGLFWImgui>
30
+<https://blog.conan.io/2019/06/26/An-introduction-to-the-Dear-ImGui-library.html>
0 commit comments