Projectile motion simulator

I recently made an application to simulate projectile motion (disregarding air resistance), using the formula d=½*at2+vit, to determine the position of the object, given it’s initial velocity divided in to its x and y components, and a starting height.

made with processing.

(click anywhere on the screen to pause)

projectile physics projectile motion

download (windows 32 bit)

download (windows 64 bit)

view source code (processing)