-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release vtk integration in qml as standalone library #29
Comments
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 lorensen/VTKExamples#462, it would be super useful to PR a minimal working example there :) |
…t to CMake. Added cmake install commands. VTK-QtQuick integration can now be used standalone, app still works
…new a shared library target: QuickVtkLib. Changes some cmake flags. Added install commands
…to build folder.
…epend on App::Instance. Instead, we compute the relative path to the resources from QGuiApplication::applicationDirPath()
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!
The text was updated successfully, but these errors were encountered: