New Java Physics Engine: Foundational Physics

There is a new 2D physics engine available on sourceforge. The name of the project is “Foundational Physics,” which has been my high school senior project this semester. It was built from the ground up to be a flexible physics engine that is relatively easy for programmers to implement. I have not experimented much with the other physics engines available in Java, so if anyone has the time I would appreciate some feedback.

The sourceforge.net address is: http://sourceforge.net/projects/foundationphys

Thanks.

-res

Its a nice underlying engine, i like how you handle timesteps using delta time and such. Im interested in helping you develop the engine to perfection. I have previously developed a 2D engine using java, but something about the VM messed it up. visit www.geocities.com/bowl_of_rice2003/ to see a scenario made using my previous engine.