Metadata-Version: 2.2
Name: phyjax2d
Version: 0.2
Summary: 2D physics simulation by Jax
Author-email: Yuji Kanagawa <yuji.kanagawa@oist.jp>
License: Apache2
Project-URL: homepage, https://github.com/kngwyu/phyjax2d
Project-URL: bug-tracker, https://github.com/kngwyu/phyjax2d
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chex>=0.1.86
Requires-Dist: jax>=0.4.26
Provides-Extra: vis
Requires-Dist: moderngl>=5.6; extra == "vis"
Requires-Dist: moderngl-window>=2.4; extra == "vis"
Provides-Extra: cuda12
Requires-Dist: jax[cuda12]; extra == "cuda12"

# phyjax2d

A jax-based 2d physics library, mainly intended to use for reinforcement learning research.

# License
[Apache LICENSE 2.0](./LICENSE) holds unless otherwise noted.

`vec2d.py` is copied from [PyMunk](pymunk.org) with the license-header as-is.
