QuickVtk icon indicating copy to clipboard operation
QuickVtk copied to clipboard

A VTK prototyping application based on QtQuick/QML

Results 17 QuickVtk issues
Sort by recently updated
recently updated
newest added

I had change vtk 8.2 to vtk 9.2 and I ran into a few problems: 1 : Some variables had removed from vtk 9.0 and I have to change that...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Hey,guys! Can i include this in my project as 3rd party libs? My app is written in qml.

I've followed the build instructions but when I try to build and run in xcode the build succeeds but when it tries to run it appears to fail on line...

Is it possible to use vtkplanewidget & vtksplinewidget, etc. ?

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Is it possible to use Vtk9.0.0, since I know Vtk9.0.0 fixed many issues.

Hi Q I am trying to extend your project by introducing pickers. I am thinking something in the line of ``` Vtk.Viewer { Vtk.CellPicker { id: picker // automatically registered...

I have to disable auto-format function of my code editor when I modify code to keep the code style, a code formatter may help with this. [Clang-tidy](https://clang.llvm.org/extra/clang-tidy/) is a good...

I noticed all QML types like **vtk.actor** are registered to qmlengine by *qmlRegisterType* family functions in c++ code.Have you cansidered to make them a standalone QML module use **qmldir** so...