Skip to content
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

Forward the PinchEvent with vtkRemoteView for touch screens #54

Open
banesullivan opened this issue Nov 23, 2023 · 1 comment
Open

Forward the PinchEvent with vtkRemoteView for touch screens #54

banesullivan opened this issue Nov 23, 2023 · 1 comment

Comments

@banesullivan
Copy link
Contributor

I recently tried using an iPad to view a Trame application and noticed that PinchEvents are not forwarded with remote rendering.

I tried following the example in https://github.com/Kitware/trame/blob/master/examples/06_vtk/01_SimpleCone/RemoteRendering.py to forward and trigger the event on the vtkRenderWindowInteractor, but I can get it working just right.

I'm curious if this is something that could be handled by default in trame-vtk?

@jourdain
Copy link
Collaborator

trame-rca does a better a job at mapping client side event to the server.
See that issue and that example.

Down the road, that will be the default within trame-vtk, but we could not make it happen in one go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants