Skip to content

Astra3/ZPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics Project

This repo is an archive of my project done in introduction to computer graphics subject.

Building and running

Clone with --recursive and then use cmake and your default build tool to build. Example if using make:

git clone --recursive git@github.com:Astra3/ZPG.git
mkdir build && cd build
cmake ..
make -j$(nproc)

You need to have SSH keys set-up on GitHub to clone the recursive repos.

Controls

Use WASD to move. To move your mouse, hold down right mouse button and move. To switch scenes, use left and right arrows or Q and E keys.

About

Repository for computer graphics project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages