A. E. Szalo
A. E. Szalo
Hey @danielbuhrig, I'm working on refactoring the project and set things up for VTK 9.0 but that will take some time. I'll keep this issue updated as development goes on
Thanks for your feedback! Do you mean the C++ code style of the project? Since I'm using Xcode on macOS, I can imagine that many other IDEs have issues with...
@JensMunkHansen thanks for your feedback! I'll take a look at this right now and keep you updated!
@JensMunkHansen I just wanted to give you a brief update: I made some progress implementing picking in QuickVtk. However, I need a couple more days to finish things up. I'll...
I'll give it a try and keep this issue updated with comments to let you know about the progress. Thanks for your feedback!
with contribution #40 the basic work is done! application code and the VTK wrappers are separated properly. There's still some more work to do in order to provide a library-only...
Hi @bensch128 Thanks a lot for reporting this issue! I was able reproduce the problem and I'll take a look at this right now
@bensch128 sorry, I was busy working on the documentation the last couple of days! Seems like this is caused by using the [ApplicationWindow](https://doc.qt.io/qt-5/qml-qtquick-controls2-applicationwindow.html) type as the application's root object... Using...
The FboOffscreenWindow shouldn't cause the problem since the application also freezes when no Vtk.Viewer instance was created.. So it seems to be QML specific
Yes, you're right. This is due to some project structure changes from the current refactoring. I didn't update the docs yet but this will be fixed soon. Thanks for the...