Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyvista/awesome-pyvista
A curated list of awesome stuff related to PyVista 😎
https://github.com/pyvista/awesome-pyvista
List: awesome-pyvista
Last synced: 24 days ago
JSON representation
A curated list of awesome stuff related to PyVista 😎
- Host: GitHub
- URL: https://github.com/pyvista/awesome-pyvista
- Owner: pyvista
- License: cc0-1.0
- Created: 2023-07-28T12:21:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:04:13.000Z (3 months ago)
- Last Synced: 2024-10-22T16:12:50.732Z (3 months ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-vtk - Awesome PyVista - A curated list of awesome stuff related to PyVista 😎 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (Related Topics)
README
# Awesome PyVista [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> A curated list of awesome stuff related to PyVista.
PyVista is a library that provides 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK).
This list is a collection of tools, projects, images, and resources conforming to the [Awesome Manifesto](https://github.com/sindresorhus/awesome/blob/main/awesome.md)
Contributions _very welcome_ but first see [Contributing](CONTRIBUTING.md).
## Contents
- [Astronomy](#astronomy)
- [Finite Elements](#finite-elements)
- [Geometry](#geometry)
- [Official](#official)
- [Open Geoscience](#open-geoscience)
- [pointcloud](#pointcloud)
- [Related Topics](#related-topics)## Astronomy
- [sunkit-pyvista](https://github.com/sunpy/sunkit-pyvista) – 3D visualisation of solar physics data with pyvista.
## Finite Elements
- [FElupe](https://github.com/adtzlr/felupe) – 🔍 finite element analysis for continuum mechanics of solid bodies.
## Geometry
- [GeoVista](https://github.com/bjlittle/geovista) – Cartographic rendering and mesh analytics powered by PyVista.
- [pyminiply](https://github.com/pyvista/pyminiply) – Wrapper over the excellent and fast miniply to read PLY files.## Official
- [Tutorial](https://github.com/pyvista/pyvista-tutorial) – PyVista SciPy 2022-2024 Tutorial
## Open Geoscience
- [omfvista](https://github.com/OpenGeoVis/omfvista) – 3D visualization for the Open Mining Format (omf)
## pointcloud
- [pyntcloud](https://github.com/daavoo/pyntcloud) – pyntcloud is a Python library for working with 3D point clouds.
## Related Topics
- [Awesome Open Geoscience](https://github.com/softwareunderground/awesome-open-geoscience) – Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome.
- [Awesome VTK](https://github.com/tkoyama010/awesome-vtk) – A curated list of awesome stuff related to VTK 😎.