Skip to content

Commit 34e3f9e

Browse files
authored
Update README.md
1 parent 5f6322e commit 34e3f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Model viewer
22
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.
3+
I've created it to get my first experience with 3D graphics and main game programming patterns.
44

55
# How to build
6-
To build this demo you have to use CMake with Mingw64.
6+
To build this demo you have to use CMake with Mingw64 GCC.
77
Before build, make sure that you have all dependencies installed. You can see all of them in the main CMakeLists.txt file.
88
To install all of them, you can use pacman package manager.
99
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

Comments
 (0)