SHREDDING8 / computer-graphics-in-game-development-summer2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer graphics in Game development course

This repo contains a template for Computer graphics in Game development labs (summer 2022)

Pre-requirements

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 .. -A x64

Third-party tools and data

About


Languages

Language:C 67.2%Language:C++ 31.7%Language:CMake 0.9%Language:HLSL 0.2%