Metadata-Version: 2.1
Name: pygfx
Version: 0.1.0
Summary: A threejs-like render engine based on wgpu
Home-page: https://github.com/pygfx/pygfx
Author: Almar Klein
Author-email: almar.klein@gmail.com
License: BSD 2-Clause
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: wgpu (>=0.2.0)
Requires-Dist: pyshader (>=0.5.0)

# pygfx

A render engine, inspired by ThreeJS, but for Python and targeting [WGPU](https://github.com/pygfx/wgpu-py).




