Skip to content

Commit e348c1c

Browse files
committed
readme update with more ideas
1 parent 42af68d commit e348c1c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.MD

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,26 @@ test game engine project, not much to see here yet
55
GLFW
66
GLEW
77

8+
## Test if wich I like
89
- Phong Shading no specular highlight difficulty of Gouraud shading.
910
- Blinn-Phong
1011
- Gouraud Shading interpolation technique for surface shading
1112
- 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

Comments
 (0)