Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.74 KB

File metadata and controls

37 lines (27 loc) · 1.74 KB

Computer graphics in Game development course

This repo contains a template for Computer graphics in Game development labs

Pre-requirements

For DirectX12 you need a Windows machine or VM with installed software and Windows SDK. For graphics debugging you may to install Microsoft PIX.

How to build the solution

Use git clone --recursive to clone the repo with submodules or run git submodule update --init --recursive after the first clone.

Go to the project folder and run the next command:

mkdir Build
cd Build
cmake ..

Third-party tools and data