Kitware / web-project-templates

This repository try to gather various web project templates based on vue, vtk.js, paraviewweb...
26 stars 10 forks source link

Description mentions there is no server. #10

Closed phcerdan closed 3 years ago

phcerdan commented 3 years ago

Hi @jourdain, thanks for maintaining these templates.

I am just starting to explore the vtk.js + paraview server.

This project aims to provide a base template in the creation of a Web project involving vtk.js without rendering server.

Is that description still accurate for these templates? I understand that there is an option for also have a server side (with pure VTK or ParaView). You explained more accurately here: https://discourse.vtk.org/t/confusion-with-tool-selection-vtk-vs-paraview-for-web-based-volume-rendering-of-large-data-sets/1384/3

jourdain commented 3 years ago
phcerdan commented 3 years ago

Makes sense, then the Readme of vue-vtkjs-pvw-template should be updated.

image

jourdain commented 3 years ago

Yes, it was probably a copy-paste from the vtk.js one who was first... Since both apps "are the same" in term of rendering and UI, but not on the backend side of things.

jourdain commented 3 years ago

Thanks for pointing it out. I just did some edits.

jourdain commented 3 years ago

You should pull again, we just did a cleanup pass to remove all the noise and leave only the good practices...

phcerdan commented 3 years ago

Thanks @jourdain and @DrewLazzeriKitware, it helps!