ParaView

ParaView是一个基于Visualization Toolkit(VTK)的开源、多平台数据分析和可视化应用程序。(ParaView is an open-source, multi-platform data analysis and visualization application based on Visualization Toolkit (VTK).)

Github星跟蹤圖

ParaView是一个基于Visualization Toolkit(VTK)的开源、多平台数据分析和可视化应用程序。

ParaView用户可以使用定性和定量技术快速构建可视化以分析其数据。数据探索可以使用ParaView的批处理功能以3D形式交互式完成或以编程方式完成。

ParaView用于分析使用分布式内存计算资源的极大数据集。它可以在超级计算机上运行,以分析千万亿次级数据集以及笔记本电脑上的小数据。 ParaView是一个应用程序框架以及一个交钥匙应用程序。

ParaView代码库的设计使其所有组件都可以重用,以快速开发垂直应用程序。这种灵活性允许ParaView开发人员快速开发具有特定问题域特定功能的应用程序。 ParaView在分布式和共享内存并行和单处理器系统上运行。它已成功部署在Windows,Mac OS X,Linux,SGI,IBM Blue Gene,Cray和各种Unix工作站,集群和超级计算机上。在幕后,ParaView使用Visualization Toolkit(VTK)作为数据处理和渲染引擎,并使用Qt®编写用户界面.ParaView团队的目标包括以下内容:

  • 开发一个开源的多平台可视化应用程序。
  • 支持分布式计算模型来处理大型数据集。
  • 创建一个开放,灵活,直观的用户界面。
  • 开发基于开放标准的可扩展架构。
ParaView的历史

ParaView项目始于2000年,是Kitware Inc.与洛斯阿拉莫斯国家实验室的合作项目。最初的资金来自与美国能源部ASCI观点计划的三年合同。第一个公开发布的ParaView 0.6于2002年10月宣布。

独立于ParaView,Kitware于2001年12月开始开发基于网络的可视化系统。该项目由美国陆军研究实验室的第一阶段和第二阶段SBIR资助,最终成为ParaView企业版。 PVEE为ParaView的客户端/服务器架构的发展做出了重要贡献。

自项目开始以来,Kitware已成功与桑迪亚,洛斯阿拉莫斯国家实验室,陆军研究实验室以及其他各种学术和政府机构合作,继续发展。该项目仍然很强劲!

2005年9月,Kitware,Sandia National Labs和CSimSoft开始开发ParaView 3.0。这是一项重点工作,重点是重写用户界面以提高用户友好性,并开发定量分析框架。 ParaView 3.0于2007年5月发布。

Github是官方存储库的镜像。 我们不会主动监控问题或在Github上提取请求。 请使用官方存储库报告问题或提供修复。

Source Link(en): https://www.paraview.org/overview/

概覽

名稱與所有者Kitware/ParaView
主編程語言C++
編程語言Shell (語言數: 15)
平台Linux, Mac, Windows, Unix-like
許可證BSD 3-Clause "New" or "Revised" License
發布數166
最新版本名稱v5.12.0 (發布於 2024-02-28 14:37:24)
第一版名稱v0.2.0 (發布於 2001-12-12 16:33:45)
創建於2010-04-30 14:15:24
推送於2024-05-05 04:04:13
最后一次提交2024-05-05 00:01:51
星數1.2k
關注者數87
派生數406
提交數81.9k
已啟用問題?
問題數0
打開的問題數0
拉請求數0
打開的拉請求數7
關閉的拉請求數10
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

ParaView

Introduction

ParaView is an open-source, multi-platform data analysis and
visualization application based on
Visualization Toolkit (VTK).

The first public release was announced in October 2002. Since then, the project
has grown through collaborative efforts between Kitware Inc.,
Sandia National Laboratories,
Los Alamos National Laboratory,
Army Research Laboratory, and various other
government and commercial institutions, and academic partners.

Learning Resources

Building

There are two ways to build ParaView:

  • The easiest method for begginners to build ParaView from source is
    by using our Getting Started compilation guide which includes
    commands to install the needed dependencies for most operating systems.

  • Another way to build ParaView, quite useful when trying to enable more specific
    options which requires to build dependencies yourself (ie osmesa, raytracing),
    would be the ParaView Superbuild. The superbuild downloads and builds all
    of ParaView's dependencies as well as ParaView itself.

Reporting Bugs

If you have found a bug:

  1. If you have a source-code fix, please read the CONTRIBUTING.md document.

  2. Otherwise, please join the ParaView Discourse forum and ask about
    the expected and observed behaviors to determine if it is really a bug.

  3. Finally, if the issue is not resolved by the above steps, open
    an entry in the ParaView Issue Tracker.

Contributing

See CONTRIBUTING.md for instructions to contribute.

For Github users

Github is a mirror of the official repository. We do not actively monitor issues or
pull requests on Github. Please use the official repository to report issues or contribute
fixes.

License

ParaView is distributed under the OSI-approved BSD 3-clause License.
See Copyright.txt for details. For additional licenses, refer to
ParaView Licenses.

去到頂部