This Python script simulates the projectile motion of an object, taking into account the effects of viscous drag. The simulation uses a numerical method to solve the equations of motion for a ...
This is the mini project of Computer Graphics COMP 342. I am depicting a projectile motion on this project. After each jump, a loss of velocity by 20% will occur.
The idea of the project is to illustrate the physical concept of projectile motion through a simple animation and a fun game!The mathematical equations of motion will be worked into a Python program ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...