Skip to content

Simple model viewer app with customizable renderer

License

Notifications You must be signed in to change notification settings

kmarkindev/demo-model-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model viewer

Demo app which allows you to view a textured, phong shaded 3d model. I've created it to get my first experience with 3D graphics and main game programming patterns like game loop.

How to build

To build this demo you have to use CMake with Mingw64. Before build, make sure that you have all dependencies installed. You can see all of them in the main CMakeLists.txt file. To install all of them, you can use pacman package manager. 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, run cmake .. then cmake --build .. It will build a binary and move all assets to the binary folder.