Skip to content

bartvbl/TDT4230-Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDT4230 - Graphics and Visualization

This is the base code for the NTNU subject TDT4230 assignments. It may also be used for the final project, which we will showcase here

What do i do?

git clone --recursive https://github.com/bartvbl/TDT4230-Assignment-1.git

Should you forget the --recursive bit, just run:

git submodule update --init

Windows

Install Microsoft Visual Studio Express and CMake. You may use CMake-gui or the command-line cmake to generate a Visual Studio solution.

Linux:

Make sure you have a C/C++ compiler such as GCC, CMake and Git.

make run

which is equivalent to

git submodule update --init
cd build
cmake ..
make
./glowbox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •