DavidMcLaughlin208 / FallingSandJava

Falling Sand Simulation implemented in Java. Every pixel is simulated every frame and has its own state and intrinsic motivations.
151 stars 17 forks source link

Particle system implementation question #6

Closed bellick1 closed 9 months ago

bellick1 commented 10 months ago

https://youtu.be/5Ka3tbbT-9E?t=14

How did you implement the movement of the particle system. In particular how does the pixels travel in a projectile trajectory when a force is applied? is it implemented with rules based like the pixel simulation or is it something different? Great video otherwise.