qCring / QuickVtk

A VTK prototyping application based on QtQuick/QML
BSD 3-Clause "New" or "Revised" License
352 stars 67 forks source link

Release vtk integration in qml as standalone library #29

Open MM88 opened 7 years ago

MM88 commented 7 years ago

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!

qCring commented 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!

benjaminhon commented 7 years ago

that would be great!

haampie commented 5 years ago

I recently opened this issue https://github.com/lorensen/VTKExamples/issues/462, it would be super useful to PR a minimal working example there :)

qCring commented 5 years ago

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!