Yes, there are many ways to use VTK’s volume renderer in a web browser:
- trame
- vtk.js
- run your current desktop VTK code in a docker container; view it in the web browser using novnc (for example, run this command to run the VTK-based 3D Slicer application in your web browser at the URL http://127.0.0.1:8080/:
docker run -d -p 8080:8080 --name slicer stevepieper/slicer:5.0.3
)