Metadata-Version: 2.4
Name: ngsolve_webgpu
Version: 0.3.2
Summary: WebGPU/Pyodide based rendering tools for Netgen/NGSolve
Author-email: Matthias Hochsteger <mhochsteger@cerbsim.com>, Christopher Lackner <clackner@cerbsim.com>
License-Expression: LGPL-2.1-or-later
Keywords: WebGPU,compute shaders,graphics,Python,NGSolve,FEM,Netgen
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: webgpu>=1.2.6
Requires-Dist: ngsolve
Requires-Dist: typing_extensions
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Dynamic: license-file

# ngsolve_webgpu

WebGPU-based rendering for [NGSolve](https://ngsolve.org) finite element
visualizations in Jupyter notebooks and the browser. Built on top of the
[webgpu](https://github.com/CERBSim/webgpu) Python package.

## Installation

```
pip install ngsolve_webgpu
```

## Documentation

Full documentation, tutorials and API reference:
https://cerbsim.github.io/ngsolve_webgpu/
