I want to publish VTK to Android (Qt Quick)

Hi, I’m doing the same thing. I copy QQuickVTKItem class and related files in GUISupport/QtQuick dir in vtk sources into my project, after a little modification, I’m able to run some example. geometry rendering is ok, but volume rendering generate an error and display nothing. here is my example project, hope can help you. dunankai/vtk_qt_android: porting vtk to android qt (github.com)

2 Likes