Metadata-Version: 2.1
Name: manim-physics
Version: 0.3.0
Summary: Support physics simulation
Home-page: https://github.com/Matheart/manim-physics
Author: Matheart
Author-email: waautomationwong@gmail.com
Requires-Python: >=3.8,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Shapely (>=1.8.0,<2.0.0)
Requires-Dist: manim (>=0.17.3,<0.18.0)
Requires-Dist: pymunk (>=6.0.0,<7.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
```

