2021-12-14 15:02:38 +01:00
2021-12-14 14:55:08 +01:00
2020-02-10 14:58:17 +01:00
2020-02-10 14:58:17 +01:00
2020-02-10 14:58:17 +01:00
2020-02-11 20:47:43 +01:00
2022-02-03 23:14:27 +01:00
2021-12-14 15:04:13 +01:00

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
computer graphics and visualizations
Readme 11 MiB
Languages
C++ 84.4%
CMake 5.9%
GLSL 4.5%
Makefile 2.2%
Nix 1.4%
Other 1.6%