(PROJSIM) projectile motion simulation

A simulation program with a graphical user interface displaying the following parameters: inputs:

• Distance from the goal

• Firing angle

• Firing velocity

Indicators:

• Maximum ball height

• Ball height at the goal plane arrival point

Installation

Use the package manager pip to install modules.

pip install numpy
pip install matplotlib
pip install animation
pip install streamlit

To start deployment

streamlit run app.py

Demo

main widow

All rights reserved © 2023 - Systems & Biomedical Engineering, Cairo University (Class 2024)