https://github.com/Matheart/manim-physics
Physics simulation plugin of Manim that can generate scenes in various branches of Physics.
https://github.com/Matheart/manim-physics
manim
Last synced: 8 months ago
JSON representation
Physics simulation plugin of Manim that can generate scenes in various branches of Physics.
- Host: GitHub
- URL: https://github.com/Matheart/manim-physics
- Owner: Matheart
- Created: 2021-06-29T07:09:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T11:18:27.000Z (about 1 year ago)
- Last Synced: 2024-10-02T07:57:54.011Z (about 1 year ago)
- Topics: manim
- Language: Python
- Homepage:
- Size: 25.3 MB
- Stars: 310
- Watchers: 12
- Forks: 28
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```