Skip to content

martijnkoopman/Qt-VTK-viewer

Repository files navigation

Qt-VTK-viewer

A CMake/C++ project for embedding a VTK 3D view in a Qt window.

Qt VTK Viewer on Windows

Prerequisites

  • Qt 5.x downloaded.
  • VTK 9.x source downloaded & compiled. See Build-VTK.md for a guide to compile VTK.

Usage

  1. Clone or download this repository.
  2. Open CMakeLists.txt in Qt Creator.
  3. Configure project.
    1. Set build directory.
    2. Specify VTK_DIR.
  4. Build project.

Done. Happy coding :)

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Acknowledgments