ParaViewWeb: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(34 intermediate revisions by 6 users not shown)
Line 1: Line 1:
ParaViewWeb visualization aims to provide a collaborative remote web interface for 3D visualization with ParaView as a server.
The ParaViewWeb documentation related to the latest ParaView version (5+) can be found [https://kitware.github.io/paraviewweb/ here]
Moreover, this also provide a JavaScript API based on the ParaView scripting features and capabilities. Some of the web samples are fully operational clients that allow you to create remote web visualization as well as joining previously created ones with fully interactive user interface for building
complex data processing and visualization.


== Documentation ==
On top of that additional informations on the applications are available here:
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2"
|-
! width="33%"|
! |
! width="33%"|
! |
! width="33%"|
|-
|valign="top"|


===Compile/Install===
- [https://kitware.github.io/visualizer/ Visualizer]
----
- [https://kitware.github.io/light-viz/ LightViz]
* [[ParaViewWeb Building]]
- [https://kitware.github.io/arctic-viewer/ ArcticViewer]
: This section explain each step to build the ParaViewWeb framework.


===Server Setup===
Old documentation is still available [http://www.paraview.org/Wiki/index.php?title=ParaViewWeb&oldid=57949 here]
----
* [[ParaViewWeb Server setting]]
: This section explain how to tune and configure your server.
 
* [[ParaViewWeb Manta setting]]
: This section explain how to configure ParaViewWeb to make it work with the ParaView Manta plugin for Ray Tracer rendering.
 
===Plugins===
----
* [[ParaViewWeb Plugins]]
: This section explain how to extend the available features on the client side by building Python script on the server side.
 
|bgcolor="#CCCCCC"|
|valign="top"|
 
===JavaScript===
----
* [[ParaViewWeb JavaScript Introduction]]
: This section explain the first step in developing a web application based on ParaViewWeb.
 
* [[ParaViewWeb JavaScript Code sample]]
: This section provides some advanced JavaScript scenari which could be used as a tutorial on how to use the JavaScript API with some advanced features.
 
* [[ParaViewWeb JavaScript API]]
: This section provides the API of the Paraview and the Renderers objects used in ParaViewWeb.
 
===Tutorial===
----
* [[ParaViewWeb PWApp]]
: Short tutorial explaining how to use the PWApp sample application.
 
* [[ParaViewWeb PWSandBox]]
: Short tutorial explaining how to use the PWSandbox sample application.
 
 
|bgcolor="#CCCCCC"|
|valign="top"|
 
===Design & Implementation===
----
* [[ParaViewWeb Design]]
: This section explain all the components involved and provide some sequential diagram on how each component is related to each other.
 
* [[ParaViewWeb Features]]
: This section try to list all the features that have been addressed with ParaViewWeb
 
===Miscellaneous===
----
* [[ParaViewWeb image gallery]]
: Set of screenshots showing ParaViewWeb in action.
 
* [[ParaViewWeb misc JavaScript script]]
 
* [[ParaViewWeb documents and links]]
: Set of presentations made on ParaViewWeb and document talking about it.
|}

Latest revision as of 18:32, 8 November 2016

The ParaViewWeb documentation related to the latest ParaView version (5+) can be found here

On top of that additional informations on the applications are available here:

- Visualizer
- LightViz
- ArcticViewer

Old documentation is still available here