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

The build path of vtk should be **QuickVtk/denpendencies/src** instead of [**QuickVtk/lib/src**](https://github.com/qCring/QuickVtk/blob/master/doc/build/macos/build.md)

I compiled and ran QuickVtk on Windows using MSVC17 and Qt5.13 and Vtk8.2 with external module built. I tried to resize the window which lead to the program locking up....

bug

Hi, great work! QuickVtk is one of the few programs I found allowing to embed vtk into a qml application. It would be interesting to have a standalone library with...

Some actions like `CMD` + `N` should require a confirmation before dumping text from the editor

enhancement

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Hello! Is there a way to do a QML VTK PySide app with latest versions? Thank you very much in advance!

This section ``` UI.ListView { id: _lv; clip: true; model: App.typeList; anchors.fill: parent; anchors.leftMargin: 8; delegate: Item { anchors.left: parent.left; anchors.right: parent.right; height: _label.height; UI.Icon { id: _ic; anchors.left: parent.left;...