VTK Remote Server with C++

Hi Sebastien,
Thanks for your reply. But I got segmentation fault when running with vtk version.

#( 08/07/21@ 8:08AM )( phongtd@nguyenth ):/tmp
source ./vtk-web/bin/activate
(vtk-web) #( 08/07/21@ 8:09AM )( phongtd@nguyenth ):/tmp
python py-web-vue/examples/01_cone/cone-vtk-remote-rendering/app.py --port 1234
[1] 349122 segmentation fault (core dumped) python py-web-vue/examples/01_cone/cone-vtk-remote-rendering/app.py --port

Steps I did

1/ virtualenv vtk-web
2/ source ./vtk-web/bin/activate
3/ pip install pywebvue vtk==9.0.20210717.dev0
4/ git clone https://github.com/Kitware/py-web-vue.git
5/ python ./py-web-vue/examples/01_cone/cone-vtk-remote-rendering/app.py --port 1234