<div dir="ltr">Hi Eric,<div><br></div><div>We used to have an example for vtkWeb using the graph view here: <a href="https://github.com/Kitware/VTK/tree/v7.0.0/Web/Applications/GraphLayout">https://github.com/Kitware/VTK/tree/v7.0.0/Web/Applications/GraphLayout</a></div><div><br></div><div>Since ParaView does not provide any proxy for the <span style="font-size:12.8px">vtkGraphLayoutView, you most likely will have to stick with VTK on the server side.</span></div><div><br></div><div>But between VTK 7.0 to 7.1, we removed all the JavaScript code from the VTK repository and created a dedicated JavaScript repo here (<a href="https://github.com/kitware/paraviewweb">https://github.com/kitware/paraviewweb</a>).</div><div><br></div><div>Even if we mostly use it with a ParaView server, you can still create a vtkWeb application based on it. We have some explanations here (<a href="http://kitware.github.io/paraviewweb/examples/RemoteRenderer.html">http://kitware.github.io/paraviewweb/examples/RemoteRenderer.html</a>) where the code was taken from (<a href="https://github.com/Kitware/VTK/tree/v7.0.0/Web/Applications/Cone">https://github.com/Kitware/VTK/tree/v7.0.0/Web/Applications/Cone</a>).</div><div><br></div><div>Hopefully from those examples, you will be able to redo our old GraphLayout example with the new code base. And see how to go forward based on your needs.</div><div><br></div><div>Seb</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 25, 2017 at 7:53 AM, Eric Stanton <span dir="ltr"><<a href="mailto:eric@evinceinc.com" target="_blank">eric@evinceinc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I've been developing a VTK/Qt desktop application for a while now. It uses vtkGraphLayoutView and other Infovis components. I'm looking in to what it would take to create a web application that provides similar functionality. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">What is the recommended solution or starting point? I see several possibilities available: ParaViewWeb/Visualizer, LightViz, vtk.js. Would it be LightViz, because it allows for a tailored user interface? </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Both the ParaViewWeb and LightViz documentation say that they are meant for scientific visualization, and among all of the screenshots and examples I don't see any graphs. Does that mean it doesn't support the rendering/interaction of vtkGraphs? Would I need to add that support myself? Or does it just treat it as a vtkPolyData?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I appreciate any guidance.</div><span class="HOEnZb"><font color="#888888"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Eric Stanton</div><div style="font-size:12.8px"><br></div></font></span></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>