Explosions in Libgdx with Box2d

Block Breaker Gameplay Image Lazer Firing

In a game I’m developing I wanted to have some realistic explosion effects. At first, I thought I would just apply an impulse to all objects within range of the explosion. However, this created unrealistic movement in the affected objects and the objects didn’t rotate. I tried using ray casts to set points to apply the forces […]