ParaViewWeb: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(44 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Introduction ==
The ParaViewWeb documentation related to the latest ParaView version (5+) can be found [https://kitware.github.io/paraviewweb/ here]


ParaView web visualization aims to provide a collaborative remote web
On top of that additional informations on the applications are available here:
interface for 3D visualization with ParaView as a server.
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 ==
- [https://kitware.github.io/visualizer/ Visualizer]
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2"
- [https://kitware.github.io/light-viz/ LightViz]
|-
- [https://kitware.github.io/arctic-viewer/ ArcticViewer]
! width="33%"|
! |
! width="33%"|
! |
! width="33%"|
|-  
|valign="top"|


===Compile/Install===
Old documentation is still available [http://www.paraview.org/Wiki/index.php?title=ParaViewWeb&oldid=57949 here]
----
* [[ParaViewWeb Building]]
: This section explain each step to build the ParaViewWeb framework.
 
===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.
 
|bgcolor="#CCCCCC"|
|valign="top"|
 
===Design & Implementation===
----
* aaaa
: bbbb
 
 
===Miscellaneous===
----
* aaaa
: bbbb
|}

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