ParaViewWeb: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 72: Line 72:
previously created ones with fully interactive user interface for building
previously created ones with fully interactive user interface for building
complex data processing and visualization.
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

Revision as of 16:42, 26 May 2010

Documentation

Compile/Install


This section explain each step to build the ParaViewWeb framework.

Server Setup


  • aaaa
bbbb

Plugins


  • aaaa
bbbb

JavaScript


This section explain the first step in developing a web application based on ParaViewWeb.
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.
This section provides the API of the Paraview and the Renderers objects used in ParaViewWeb.

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.