Metadata-Version: 2.1
Name: manim-physics
Version: 0.4.0
Summary: Support physics simulation
Home-page: https://github.com/Matheart/manim-physics
Author: Matheart
Author-email: waautomationwong@gmail.com
Requires-Python: >=3.9,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: manim (>=0.18.0,<0.19.0)
Requires-Dist: pymunk (>=6.6.0,<7.0.0)
Requires-Dist: shapely (>=2.0.3,<3.0.0)
Project-URL: Repository, https://github.com/Matheart/manim-physics
Description-Content-Type: text/markdown

# manim-physics 
## Introduction
This is a 2D physics simulation plugin that allows you to generate complicated
scenes in various branches of Physics such as rigid mechanics,
electromagnetism, wave etc. **Due to some reason, I (Matheart) may not have
time to maintain this repo, if you want to contribute please seek help from
other contributors.**

Official Documentation: https://manim-physics.readthedocs.io/en/latest/

Contributors: 
- [**pdcxs**](https://github.com/pdcxs)
- [**Matheart**](https://github.com/Matheart)
- [**icedcoffeeee**](https://github.com/icedcoffeeee)

# Installation
`manim-physics` is a package on pypi, and can be directly installed using pip:
```bash
pip install manim-physics
```

