Full Unity 2D Game Tutorial 2019 – Particle Effects CPU and GPU

Party hard gif effects

Full Unity 2D Game Tutorial 2019 – Particle Effects CPU and GPU Particle effects are a special type of technique used to display many objects/sprites in an efficient manner to create various effects. The particle system was developed to be a more efficient way of rendering multiple images quickly to create effects that the normal […]

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 […]