80dcd0c04ebb52d1f74f97bfed509fa7c3b627b1
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
Description
Languages
C++
84.4%
CMake
5.9%
GLSL
4.5%
Makefile
2.2%
Nix
1.4%
Other
1.6%