Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.84 KB

readme.md

File metadata and controls

46 lines (34 loc) · 1.84 KB

VTKMovieRenderer

Summary

Description

Small helper application to generate videos using the VTK and ITK libraries. All the scripting and animation is done in C++, so the application must be compiled every time the scene changes.

Compilation requirements

To build the tool:

  • cross-platform build system: CMake.
  • compiler: Mingw64 on Windows.

External dependencies

The following libraries are required:

Install

The only current option is build from source as binaries are not provided.

Screenshots

Main dialog allows the user to reposition the camera in the view before the rendering process and configure a minimal set of rendering options.

maindialog

Repository information

Version: 1.1.0

Status: finished

cloc statistics

Language files blank comment code
C++ 5 338 183 1279
C/C++ Header 4 103 253 202
CMake 1 17 3 58
Total 10 458 439 1539