{"id":15132042,"url":"https://github.com/kitware/paraview","last_synced_at":"2025-05-14T04:10:06.937Z","repository":{"id":890157,"uuid":"639921","full_name":"Kitware/ParaView","owner":"Kitware","description":"VTK-based Data Analysis and Visualization Application","archived":false,"fork":false,"pushed_at":"2025-05-12T04:14:16.000Z","size":249648,"stargazers_count":1424,"open_issues_count":7,"forks_count":438,"subscribers_count":89,"default_branch":"master","last_synced_at":"2025-05-12T05:25:20.820Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.paraview.org","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kitware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-04-30T14:15:24.000Z","updated_at":"2025-05-12T04:14:20.000Z","dependencies_parsed_at":"2023-09-28T11:47:09.573Z","dependency_job_id":"f4762e85-cde3-46c7-9582-9a14a884e9a0","html_url":"https://github.com/Kitware/ParaView","commit_stats":{"total_commits":72154,"total_committers":358,"mean_commits":"201.54748603351956","dds":0.8641793940737866,"last_synced_commit":"2b9ce9a1057b744bc590f2a902bd03e481a93be8"},"previous_names":[],"tags_count":173,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FParaView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FParaView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FParaView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FParaView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitware","download_url":"https://codeload.github.com/Kitware/ParaView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254070109,"owners_count":22009559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-26T04:02:27.293Z","updated_at":"2025-05-14T04:10:01.917Z","avatar_url":"https://github.com/Kitware.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![ParaView](Utilities/Doxygen/images/paraview-logo-small.png)\n\nIntroduction\n============\n[ParaView][] is an open-source, multi-platform data analysis and\nvisualization application based on\n[Visualization Toolkit (VTK)][VTK].\n\nThe first public release was announced in October 2002. Since then, the project\nhas grown through collaborative efforts between [Kitware Inc.][Kitware],\n[Sandia National Laboratories][Sandia],\n[Los Alamos National Laboratory][LANL],\n[Army Research Laboratory][ARL], and various other\ngovernment and commercial institutions, and academic partners.\n\n[ParaView]: https://www.paraview.org\n[VTK]: https://www.vtk.org\n[Kitware]: https://www.kitware.com\n[Sandia]: https://www.sandia.gov/\n[LANL]: https://www.lanl.gov/\n[ARL]: https://www.arl.army.mil/\n\nLearning Resources\n==================\n\n* General information is available at the [ParaView Homepage][].\n\n* The ParaView User's Guide can be found on the [ParaView Documentation][Guide].\n\n* Community discussion takes place on the [ParaView Discourse][] forum.\n\n* Commercial [support and training][Kitware Support]\n  are available from [Kitware][].\n\n* Additional documentation, including Doxygen-generated nightly\n  reference documentation, is available [online][Resources].\n\n[ParaView Homepage]: https://www.paraview.org\n[Resources]: https://www.paraview.org/resources/\n[ParaView Discourse]: https://discourse.paraview.org/\n[Kitware]: https://www.kitware.com/\n[Kitware Support]: https://www.kitware.com/support/\n[Guide]: https://docs.paraview.org/en/latest/\n\n\nBuilding\n========\n\nThere are two ways to build ParaView:\n\n* The easiest method for begginners to build ParaView from source is\nby using our [Getting Started compilation guide][build] which includes\ncommands to install the needed dependencies for most operating systems.\n\n* Another way to build ParaView, quite useful when trying to enable more specific\noptions which requires to build dependencies yourself (ie osmesa, raytracing),\nwould be the [ParaView Superbuild][sbrepo]. The superbuild downloads and builds all\nof ParaView's dependencies as well as ParaView itself.\n\n[sbrepo]: https://gitlab.kitware.com/paraview/paraview-superbuild\n[build]: Documentation/dev/build.md\n\nReporting Bugs\n==============\n\nIf you have found a bug:\n\n1. If you have a source-code fix, please read the [CONTRIBUTING.md][] document.\n\n2. Otherwise, please join the [ParaView Discourse][] forum and ask about\n   the expected and observed behaviors to determine if it is really a bug.\n\n3. Finally, if the issue is not resolved by the above steps, open\n   an entry in the [ParaView Issue Tracker][].\n\n[ParaView Issue Tracker]: https://gitlab.kitware.com/paraview/paraview/-/issues\n\nContributing\n============\n\nSee [CONTRIBUTING.md][] for instructions to contribute.\n\nFor Github users\n----------------\n\n[Github][] is a mirror of the [official repository][repo]. We do not actively monitor issues or\npull requests on Github. Please use the [official repository][repo] to report issues or contribute\nfixes.\n\n[Github]: https://github.com/Kitware/ParaView\n[repo]: https://gitlab.kitware.com/paraview/paraview\n[CONTRIBUTING.md]: CONTRIBUTING.md\n\nLicense\n=======\n\nParaView is distributed under the OSI-approved BSD 3-clause License.\nSee [Copyright.txt][] for details. For additional licenses, refer to\n[ParaView Licenses][].\n\n[Copyright.txt]: Copyright.txt\n[ParaView Licenses]: https://www.paraview.org/license/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fparaview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitware%2Fparaview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fparaview/lists"}