Skip to content

Template repository for Computer graphics in Game development course (fall 2022)

Notifications You must be signed in to change notification settings

djbelyak/computer-graphics-in-game-development-fall2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer graphics in Game development course

This repo contains a template for Computer graphics in Game development labs (fall 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

Template repository for Computer graphics in Game development course (fall 2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages