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 == | == URLs == |
Revision as of 16:41, 26 May 2010
Documentation
Compile/Install
Server Setup
Plugins
|
JavaScript
|
Design & Implementation
Miscellaneous
|
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