Local rendering + vtkWeb server
See original GitHub issueHi,
I’m trying to use vtkWeb as a data processing server but do the actual rendering on client side with SynchronizableRenderWindow.
I’m aware that SynchronizableRenderWindow could work with ParaView backend (via ParaViewWebLocalRendering Protocol), but similar api is missing in vtkweb. Is there a way to make it work? I’d like to stick with vtkWeb since I have my code in pure vtk
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
RemoteView - vtk.js
your local machine. ... This module is a VTK Web server application. ... global renderer, renderWindow, renderWindowInteractor, cone, ...
Read more >VTK.js as a server - Web
I have been going through some tutorials using Paraview Web Lite and ... to do remote rendering or on the client side to...
Read more >ParaViewWeb used with vtk.js for server-side rendering
Hello, I am looking into building a web-based viewer for Electronmicroscopy data with server side rendering and have been experimenting with the capacity...
Read more >Recent Improvements to ParaViewWeb: Local Rendering ...
Visualizer, an application that renders and processes data with ParaView. Even ParaView and VTK have received significant updates to support web ...
Read more >@kitware/vtk.js - npm
On top of the rendering capabilities of vtk.js, the library provides helper classes to connect to a remote VTK/ParaView server to enable remote- ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You “just” need to provide the missing server side RPC which should be fairly easy to do if you use the ParaView version as reference. https://github.com/Kitware/ParaView/blob/master/Web/Python/paraview/web/protocols.py#L908-L1001
Closing this issue. If you still need help, please ask your question on our discussion forum: https://discourse.vtk.org/c/web/9