Projectile motion

November 10, 2008

Recently i have been working alot with processing which if you have not tried i really guarantee it for image manipulation, real time web cam tracking and general interaction experiments. Part of an applet i recently wanted to produce involved shapes flaying out of the bottom of the screen. These objects must obey gravity and act like real objects when you throw them in the air. These sort of behavior is know as projectile motion. I am no mathematician by any standards but i found this brilliant tutorial on the subject of projectile motion. I worked through from the very beginning and was easily able to produce this effect. Its a very very good tutorial and i went through a lot of complicated mind boggling sites to find it. So if your interested in this subject the try this:

Projectile Tutorial

Don’t rush through it because the beginning parts are vital to understanding the last parts.

image from the Kitty throw game; bored try it!

One Response to “Projectile motion”

  1. [...] 19, 2008 I ran through the tutorial i posted a while ago on projectile motion, This post is just to show a quick example of how to apply this theory in code. I wrote the code for [...]

Leave a Reply