This repository contains a collection of physics simulations built using PyMunk and Pygame. Each simulation visualizes fundamental concepts in mechanics and dynamics, offering interactive and visually engaging demonstrations.
- Double Pendulum: Visualizes chaotic motion in a double pendulum system.
- Galton Board: Simulates the distribution of balls through a Galton board to demonstrate statistical concepts.
- Other simulations showcasing various physical phenomena.
- Clone the repository:
git clone https://github.com/Alireza2317/Physics
cd Physics
- Install the dependencies:
pip install pymunk pygame
Then you can run any of the scripts inside the sub-directories. Enjoy :)