Programming tasks for ECG (filtered version)
This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
Simon Bruder e138a4d58c Add global readme 2023-05-09 23:25:04 +02:00
u01 Licence under GPL v3 or later 2023-05-09 23:25:04 +02:00
.envrc Init project structure 2023-04-21 22:46:49 +02:00
.gitignore Init project structure 2023-04-21 22:46:49 +02:00
COPYING Licence under GPL v3 or later 2023-05-09 23:25:04 +02:00
README.md Add global readme 2023-05-09 23:25:04 +02:00
flake.lock Init project structure 2023-04-21 22:46:49 +02:00
flake.nix u01: Init 2023-04-22 13:47:40 +02:00
gpl-3.0.txt Licence under GPL v3 or later 2023-05-09 23:25:04 +02:00

README.md

Programming tasks for ECG

This repository includes my solutions to the tasks for the module Einführung in die Computergraphik (Introduction to computer graphics) in the summer semester 2023 at the TU Dresden.

Each exercise includes a separate readme.txt that describes things specific to how I implemented the task. However, those documents are in German, which is a requirement.

Usage

Build

To build a specific exercise, you can use Nix with flake support:

nix build -L .#u01

You can also manually invoke CMake. This requires you to have all dependencies installed. Because this is not my preferred way, there is no canonical list of dependencies, but you can find them in flake.nix.

Development

You can use nix develop or direnv.

Licence

GPL-3.0-or-later. See COPYING and gpl-3.0.txt for details.