/Qt-VTK-viewer

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

Primary LanguageC++Apache License 2.0Apache-2.0

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 8.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.md file for details.

Acknowledgments