|
|
(48 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] |
| * aaaa
| | - [https://kitware.github.io/arctic-viewer/ ArcticViewer] |
| : bbbb
| |
|
| |
|
| ===Plugins===
| | Old documentation is still available [http://www.paraview.org/Wiki/index.php?title=ParaViewWeb&oldid=57949 here] |
| ----
| |
| * aaaa
| |
| : bbbb
| |
| | |
| |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
| |
| |}
| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| == Introduction ==
| |
| | |
| ParaView web visualization aims to provide a collaborative remote web
| |
| 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.
| |
| | |
| == URLs ==
| |
| | |
| Home page that show all available samples
| |
| * [WebServer/Samples] : http://localhost:8080/PW
| |
| | |
| All web applications and services
| |
| * [WebServer/PWService] : http://localhost:8080/PWService (Authentication: admin/admin)
| |
| * [WebServer/PWApp] : http://localhost:8080/PWApp
| |
| * [WebServer/Samples/InteractiveConsole]: http://localhost:8080/PWConsole
| |
| * [WebServer/Samples/Sandbox] : http://localhost:8080/PWSandbox
| |
| * [WebServer/Samples/SimpleJavaScript] : http://localhost:8080/PWSimple
| |