An open API service indexing awesome lists of open source software.

https://github.com/theredpill-exe/circular_motion

Project using computer vision to create and analyze a video of a particle
https://github.com/theredpill-exe/circular_motion

computer-vision opencv python

Last synced: over 1 year ago
JSON representation

Project using computer vision to create and analyze a video of a particle

Awesome Lists containing this project

README

          

# Circular Motion Simulation
Download the .exe: https://drive.google.com/file/d/1KuIaeefO8cImF3JW2K2_Kyj7u59Qb73z/view?usp=sharing
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [How It Works](#how-it-works)
- [License](#license)
- [Contact](#contact)

## Overview

This project simulates circular motion, allowing users to visualize and understand the principles behind circular dynamics. It demonstrates key concepts such as angular velocity, centripetal force, and periodic motion.

## Features

- Interactive simulation of circular motion.
- Adjustable parameters (radius, speed, mass).
- Visualization of forces acting on the moving object.
- User-friendly interface for easy experimentation.

## Technologies Used

- **Python**: The core programming language.
- **Matplotlib**: For plotting and visualizing circular motion.
- **NumPy**: For numerical calculations and data handling.
- **Pygame** (optional): For a more interactive experience (if implemented).

## Installation

1. Clone this repository:
```bash
git clone https://github.com/TheRedPill-exe/Circular_motion.git
cd Circular_motion
pip install -r requirements.txt