Commit Graph

4 Commits

Author SHA1 Message Date
Bruno Dilly f1f5266d9d EPhysics: add no gravity test
This test covers linear and angular velocity setters, stop,
gravity set, and damping.



SVN revision: 73385
2012-07-05 22:53:40 +00:00
Bruno Dilly caa0fcf36b EPhysics: add test that exposes collision issues
When objects move fast collision detection fails.
We need to expose an way to configure collision detection
so user can optimize usage for her use case.

Also it leaves the canvas dirty sometimes. We need to
verify that as well.

TODO: make theme for spinner and shoot button



SVN revision: 73247
2012-07-03 23:23:24 +00:00
Bruno Dilly 7f4fbaf689 EPhysics: add test for velocity getters
SVN revision: 73183
2012-07-03 02:17:17 +00:00
Bruno Dilly 28d9f92ef2 EPhysics: a new library comes to E world
It’s a wrapper between Bullet Physics and EFL to add physics effects
in a simple way.

More details on README, TODO, and edevelop mail list =)



SVN revision: 72896
2012-06-26 22:36:12 +00:00