ParaView: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
http://paraview.org/Art/ParaViewBanner.jpg | http://paraview.org/Art/ParaViewBanner.jpg | ||
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 [http://vtk.org/get-software.php#addons here]. Build instructions are included with the package. | |||
If you have questions about licensing, see [[ParaView III and Qt licensing]]. | |||
== Documentation == | |||
Here are some helpful pages documenting how to use ParaView. | |||
* Where can I [http://www.paraview.org/HTML/Download.html download ParaView]? | * Where can I [http://www.paraview.org/HTML/Download.html download ParaView]? | ||
* [[Setting up a ParaView Server]] | |||
* [[Selection Implementation in VTK and ParaView III]] | |||
* [[Disconnecting from server while still saving an animation]] | |||
* [[Server Resources]] | |||
* [[Server Configuration]] | |||
* [[Starting the server]] | |||
* [[Multiple views]] | |||
* [[ParaView:pvpython|Python scripting]] | |||
* [[Testing design]] | |||
* [[Camera and Property Linking]] | |||
* [[Python Programmable Filter]] | |||
* [[Plugin HowTo]] | |||
* Where can I find more [[ParaView:Additional Information|information about ParaView]]? | |||
==Documentation specific to ParaView 2.X== | |||
* [[ParaView:Build And Install|Building and Installation instructions]] | * [[ParaView:Build And Install|Building and Installation instructions]] | ||
* [[ParaView:FAQ|Frequently asked questions]] | * [[ParaView:FAQ|Frequently asked questions]] | ||
* [[ParaView 2.X documentation and tutorials]] | * [[ParaView 2.X documentation and tutorials]] | ||
==Administrative Topics== | ==Administrative Topics== |
Revision as of 16:58, 10 September 2007
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
Here are some helpful pages documenting how to use ParaView.
- Where can I download ParaView?
- Setting up a ParaView Server
- Selection Implementation in VTK and ParaView III
- Disconnecting from server while still saving an animation
- Server Resources
- Server Configuration
- Starting the server
- Multiple views
- Python scripting
- Testing design
- Camera and Property Linking
- Python Programmable Filter
- Plugin HowTo
- Where can I find more information about ParaView?
Documentation specific to ParaView 2.X
- Building and Installation instructions
- Frequently asked questions
- ParaView 2.X documentation and tutorials
Administrative Topics