ParaViewWeb: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(40 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Documentation ==
The ParaViewWeb documentation related to the latest ParaView version (5+) can be found [https://kitware.github.io/paraviewweb/ here]
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2"
|-
! width="33%"|
! |
! width="33%"|
! |
! width="33%"|
|-
|valign="top"|


===Compile/Install===
On top of that additional informations on the applications are available here:
----
* [[ParaViewWeb Building]]
: This section explain each step to build the ParaViewWeb framework.


===Server Setup===
- [https://kitware.github.io/visualizer/ Visualizer]
----
- [https://kitware.github.io/light-viz/ LightViz]
* [[ParaViewWeb Server setting]]
- [https://kitware.github.io/arctic-viewer/ ArcticViewer]
: This section explain how to tune and configure your server.


* [[ParaViewWeb Manta setting]]
Old documentation is still available [http://www.paraview.org/Wiki/index.php?title=ParaViewWeb&oldid=57949 here]
: 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===
----
* [[ParaViewWeb Design]]
: This section explain all the components involved and provide some sequential diagram on how each component is related to each other.
 
===Miscellaneous===
----
* [[ParaViewWeb image gallery]]
: Set of screenshots showing ParaViewWeb in action.
 
* [[ParaViewWeb misc JavaScript script]]
 
|}

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