{"id":15108835,"url":"https://github.com/kitware/vtk","last_synced_at":"2025-05-13T18:08:33.619Z","repository":{"id":884668,"uuid":"631615","full_name":"Kitware/VTK","owner":"Kitware","description":"Mirror of Visualization Toolkit repository","archived":false,"fork":false,"pushed_at":"2025-05-10T01:23:26.000Z","size":330105,"stargazers_count":2837,"open_issues_count":0,"forks_count":1232,"subscribers_count":174,"default_branch":"master","last_synced_at":"2025-05-10T02:26:26.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.kitware.com/vtk/vtk","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nko4/bazinga","license":"other","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-27T15:12:58.000Z","updated_at":"2025-05-10T01:23:30.000Z","dependencies_parsed_at":"2023-09-22T20:19:50.241Z","dependency_job_id":"867dfd77-255c-4492-bcc3-ad68fe31d33e","html_url":"https://github.com/Kitware/VTK","commit_stats":{"total_commits":71838,"total_committers":685,"mean_commits":"104.87299270072992","dds":0.9065953951947437,"last_synced_commit":"83aca298d6c100dc6486853964a017a8b8ceb900"},"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FVTK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FVTK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FVTK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2FVTK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitware","download_url":"https://codeload.github.com/Kitware/VTK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254000849,"owners_count":21997441,"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-25T22:41:14.649Z","updated_at":"2025-05-13T18:08:28.602Z","avatar_url":"https://github.com/Kitware.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![VTK - The Visualization Toolkit][vtk-banner]\n\nIntroduction\n============\n\nVTK is an open-source software system for image processing, 3D\ngraphics, volume rendering and visualization. VTK includes many\nadvanced algorithms (e.g., surface reconstruction, implicit modeling,\ndecimation) and rendering techniques (e.g., hardware-accelerated\nvolume rendering, LOD control).\n\nVTK is used by academicians for teaching and research; by government\nresearch institutions such as Los Alamos National Lab in the US or\nCINECA in Italy; and by many commercial firms who use VTK to build or\nextend products.\n\nThe origin of VTK is with the textbook \"The Visualization Toolkit, an\nObject-Oriented Approach to 3D Graphics\" originally published by\nPrentice Hall and now published by Kitware, Inc. (Third Edition ISBN\n1-930934-07-6). VTK has grown (since its initial release in 1994) to a\nworld-wide user base in the commercial, academic, and research\ncommunities.\n\nLearning Resources\n==================\n\n* General information is available at the [VTK Homepage][vtk-homepage].\n\n* Community discussion takes place on the [VTK Discourse][vtk-discourse] forum.\n\n* Commercial [support and training][kitware-support]\n  are available from [Kitware][].\n\n* Doxygen-generated nightly reference documentation is\n  available [online][vtk-doxygen].\n\n* There is now a large collection of [VTK Examples][vtk-examples] that\n  showcase VTK features and provide a useful learning resource.\n\nReporting Bugs\n==============\n\nIf you have found a bug:\n\n1. If you have a patch, please read the [CONTRIBUTING.md][vtk-contributing] document.\n\n2. Otherwise, please join the [VTK Discourse][vtk-discourse] forum and ask\n   about the expected and observed behaviors to determine if it is\n   really a bug.\n\n3. Finally, if the issue is not resolved by the above steps, open\n   an entry in the [VTK Issue Tracker][vtk-issues].\n\nRequirements\n============\n\nIn general VTK tries to be as portable as possible; the specific configurations below are known to work and tested.\n\nVTK supports the following compilers:\n\n1. GCC 8.0 or newer\n2. Clang 5.0 or newer\n3. Apple Clang 10.0 or newer\n4. Microsoft Visual Studio 2017 or newer\n5. Intel 19.0 or newer\n\nVTK supports the following operating systems:\n\n1. Windows Vista or newer\n2. Mac OS X 10.7 or newer\n3. Linux (ex: Ubuntu 12.04 or newer, Debian 4 or newer)\n\nBuilding\n========\n\nSee [build.md][vtk-build] (in Documentation/dev/) for build instructions.\n\nContributing\n============\n\nSee [CONTRIBUTING.md][vtk-contributing] for instructions to contribute.\n\nLicense\n=======\n\nVTK is distributed under the OSI-approved BSD 3-clause License.\nSee [Copyright.txt][vtk-copyright] for details.\n\n\n[kitware]: https://www.kitware.com/\n[kitware-support]: https://www.kitware.com/support/\n[vtk-banner]: vtkBanner.gif\n[vtk-build]: Documentation/docs/build_instructions/build.md\n[vtk-contributing]: CONTRIBUTING.md#contributing-to-vtk\n[vtk-copyright]: Copyright.txt\n[vtk-discourse]: https://discourse.vtk.org/\n[vtk-doxygen]: https://www.vtk.org/doc/nightly/html\n[vtk-examples]: https://kitware.github.io/vtk-examples/site/\n[vtk-homepage]: https://www.vtk.org/\n[vtk-issues]: https://gitlab.kitware.com/vtk/vtk/-/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fvtk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitware%2Fvtk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Fvtk/lists"}