Skip to content
Snippets Groups Projects

Exercise1

9 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
# Exercise 1: Getting acquainted with VTK
# Assignment 1: Getting acquainted with VTK
The goal of this assignment is to set up an environment to do some visualization programming. You will be using the [VTK](vtk.org) library to do most of the heavy lifting, and in this homework, the goal is to understand the standard structure of VTK programs, as well as the important moving parts. Hence, the tasks are intellectually not too challenging and mostly aim at understanding particular aspects of VTK.
Loading