ParaViewWeb: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(26 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.
A demonstration server is available under the following url http://paraviewweb.kitware.com.


== 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 SuperBuild]]
- [https://kitware.github.io/arctic-viewer/ ArcticViewer]
: This section explain how to install ParaViewWeb from its super build. (easy to install)


* [[ParaViewWeb Building]]
Old documentation is still available [http://www.paraview.org/Wiki/index.php?title=ParaViewWeb&oldid=57949 here]
: This section explain each step to build the ParaViewWeb framework.
 
* [[ParaViewWeb with Apache as front-end]]
: This section explain how to setup an Apache as front end to Tomcat to use ParaViewWeb inside any Web application based on PHP, Python, Java...
 
* [[ParaViewWeb with system tomcat package]]
: This section explain how to use a system tomcat package with ParaViewWeb on headless server. (Offscreen rendering + system security setting)
 
===Server Setup===
----
* [[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.
 
* [[What is the full JavaScript API]]
: The JavaScript API is not a subset of the ParaView API, it is the Python API which is accessed through JavaScript.
 
===Tutorial===
----
* [[ParaViewWeb PWApp]]
: Short tutorial explaining how to use the PWApp 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
 
* [[JSON-RPC Protocol]]
: Describes the JSON-RPC protocol used to communicate with the WebServer and ParaViewAdapter.
 
===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.
 
* [[ParaViewWeb/FAQ|FAQ]]
: Set of common questions/answer on ParaViewWeb goal and possibility
|}

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