ParaView: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 16: | Line 16: | ||
== Documentation == | == Documentation == | ||
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2" | |||
|- | |||
! width="33%"| | |||
* | ! | | ||
! width="33%"| | |||
! | | |||
! width="33%"| | |||
|- | |||
|valign="top"| | |||
===Compile/Install=== | |||
* [http://www.paraview.org/New/download.html Download ParaView]? | |||
* [[ParaView:Build And Install|Building and Installation instructions]] | * [[ParaView:Build And Install|Building and Installation instructions]] | ||
===Server Setup=== | |||
* [[Setting up a ParaView Server]] | * [[Setting up a ParaView Server]] | ||
* [[Starting the server]] | * [[Starting the server]] | ||
* [[Server Configuration]] | |||
* [[Server Resources]] | |||
===Python Scripting=== | |||
* [[ParaView:pvpython|Python scripting]] | * [[ParaView:pvpython|Python scripting]] | ||
* [[Python Programmable Filter]] | |||
===Plugins=== | |||
* [[Plugin HowTo]] | |||
* [[ExtendingParaView]] | |||
|bgcolor="#CCCCCC"| | |||
|valign="top"| | |||
===Animation=== | |||
* [[Animating legacy VTK file series]] | * [[Animating legacy VTK file series]] | ||
* [[Disconnecting from server while still saving an animation]] | * [[Disconnecting from server while still saving an animation]] | ||
===GUI Features=== | |||
* [[Multiple views]] | * [[Multiple views]] | ||
* [[Camera and Property Linking]] | * [[Camera and Property Linking]] | ||
* [[Restarted Simulation Readers]] | * [[Restarted Simulation Readers]] | ||
* [[ | |||
===Design & Implementation=== | |||
* [[Selection Implementation in VTK and ParaView III]] | |||
* [[Testing design]] | |||
===Miscellaneous=== | |||
* [[ParaView_III|Paraview III Help and Info]] | |||
* [[Book Errata]] | * [[Book Errata]] | ||
* | * [http://paraview.org/New/help.html More information about ParaView]? | ||
== Tutorials == | == Tutorials == |
Revision as of 12:03, 4 August 2008
The next major version of ParaView (III) includes many significant improvements, including:
- New Qt interface
- Much better support for Python scripting
- Emphasis on quantitative analysis
ParaView III is developed by a team including Kitware, Sandia National Labs and Elemental Technologies.
Win32 Users: If you wish to build ParaView III from source using the GPL'd version of Qt and Visual Studio, see Obtaining GPL'ed Qt for Windows.
Linux/Unix/OS X Users: If you are building from source, you might want to include the FFMPEG encoder. For this, you need to build the encoder from source. Download it here here. Build instructions are included with the package.
If you have questions about licensing, see ParaView III and Qt licensing.
Documentation
Compile/InstallServer SetupPython ScriptingPlugins |
AnimationGUI FeaturesDesign & ImplementationMiscellaneousTutorialsDocumentation specific to ParaView 2.XAdministrative Topics
|