2026-01-27 10:38:47 +01:00
2022-02-08 16:57:49 +01:00
2026-01-30 19:12:00 +01:00
2026-01-30 19:12:00 +01:00
2026-01-27 10:38:47 +01:00
wip
2026-01-22 09:50:14 +01:00
2026-01-27 10:38:47 +01:00
2020-02-10 14:58:17 +01:00
2026-01-30 19:12:08 +01:00
2024-03-17 22:41:06 +01:00
2026-01-27 10:38:47 +01:00
2026-01-27 10:38:47 +01:00
2023-02-17 14:07:21 +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%