I want to simulate Newton\'s law of universal gravitation using Box2D.
I went through the manual but couldn\'t find a way to do this.
Basically what I want t
Unfortunately, Box2D doesn't have native support for it, but you can implement it yourself: Box2D and radial gravity code