We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6322e commit 34e3f9eCopy full SHA for 34e3f9e
README.md
@@ -1,9 +1,9 @@
1
# Model viewer
2
Demo app which allows you to view a textured, phong shaded 3d model.
3
-I've created it to get my first experience with 3D graphics and main game programming patterns like game loop.
+I've created it to get my first experience with 3D graphics and main game programming patterns.
4
5
# How to build
6
-To build this demo you have to use CMake with Mingw64.
+To build this demo you have to use CMake with Mingw64 GCC.
7
Before build, make sure that you have all dependencies installed. You can see all of them in the main CMakeLists.txt file.
8
To install all of them, you can use pacman package manager.
9
Once all deps are installed, just make an out of source build by creating new folder in the root folder of the demo, then, inside this new folder,
0 commit comments