Open MM88 opened 7 years ago
I'll give it a try and keep this issue updated with comments to let you know about the progress.
Thanks for your feedback!
that would be great!
I recently opened this issue https://github.com/lorensen/VTKExamples/issues/462, it would be super useful to PR a minimal working example there :)
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 build but this is a good starting point. I'll leave this issue open for now until I have further news on this!
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 only the classes needed to embed vtk inside qt/qml. Do you think it would be possible to separate that part from the core of the application?
Thanks!