Resources
Resources such as URLs, programs, etc. related to this course can be found here.
VTK
- VTKsetup.exe. Installs pre-compiled executables and libraries if you are running Windows 9x/NT/ME/2000/XP. This is the only file you need if you use Windows.
- VTK-4.2-LatestRelease.tar.gz. This contains the VTK 4.2 source code and examples in a Unix-style gzipped tar file for Unix platforms. You might want to use CMake which is a new cross platform build tool.
- VTKData-4.2.tar.gz. The data files for VTK 4.2 in in a Unix-style gzipped tar file for Unix platforms. You will need them to run some of the VTK examples or tests.
- VTKDoc-4.2.chm. This file contains the VTK 4.2 HTML documentation (man pages) as a single Microsoft Compressed HTML file for Windows platforms.
- VTK_file-formats (pdf-file from the VTK User's guide).
- For more information and downloads please visit the VTK Homepage.
OpenGL/GLU
GLUT
ANSI C
C++
- Thinking in C++, Copyright (c) 2000, Bruce Eckel (http://www.BruceEckel.com). The following two links are local copies for use in this class only: