ParaView III: Difference between revisions
No edit summary |
|||
Line 5: | Line 5: | ||
* Emphasis on quantitative analysis | * Emphasis on quantitative analysis | ||
ParaView III is currently being developed by a team including Kitware, Sandia National Labs and Elemental Technologies. Until ParaView III is ready to be release, we will release a snapshot every months. These snapshot can be obtained from [[ParaView III snapshots|here]]. | ParaView III is currently being developed by a team including Kitware, Sandia National Labs and Elemental Technologies. Until ParaView III is ready to be release, we will release a snapshot every months. These snapshot can be obtained from [[ParaView III snapshots|here]]. You can access ParaView III dashboard [http://paraview.org/ParaView3/Testing here]. | ||
If you decide to build ParaView from source, you will have to download and compile the GPL'ed version of Qt. The files are [http://www.trolltech.com/products/qt/downloads here]. If you are a Windows developer and you want to develop using Visual Studio, you need obtain the GPL'ed version of Qt. This is not provided by Trolltech. Instructions for downloading it are [[Obtaining GPL'ed Qt for Windows|here]]. | If you decide to build ParaView from source, you will have to download and compile the GPL'ed version of Qt. The files are [http://www.trolltech.com/products/qt/downloads here]. If you are a Windows developer and you want to develop using Visual Studio, you need obtain the GPL'ed version of Qt. This is not provided by Trolltech. Instructions for downloading it are [[Obtaining GPL'ed Qt for Windows|here]]. |
Revision as of 14:46, 6 October 2006
The next major version of ParaView (III) will include important improvements including:
- New Qt interface
- Much better support for Python scripting
- Emphasis on quantitative analysis
ParaView III is currently being developed by a team including Kitware, Sandia National Labs and Elemental Technologies. Until ParaView III is ready to be release, we will release a snapshot every months. These snapshot can be obtained from here. You can access ParaView III dashboard here.
If you decide to build ParaView from source, you will have to download and compile the GPL'ed version of Qt. The files are here. If you are a Windows developer and you want to develop using Visual Studio, you need obtain the GPL'ed version of Qt. This is not provided by Trolltech. Instructions for downloading it are here.
Also, if you are building from source on Linux/Unix/Mac OS X, 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, go here.
ParaView III Features
Here are some excerpts from the ParaView 3 development wiki. These should give some insight to the new features that are/will be available in ParaView 3.
- Selection Implementation in VTK and ParaView III
- Disconnecting from server while still saving an animation
- Starting the server
- Server resources
- Multiple views
- Python scripting
- Testing design