For more particles: https://turbowarp.org/1298417541 ^ TurboWarp HIGHLY recommended! Euler Method: A simple algorithm that updates each particle’s position using its current velocity and updates velocity using the current acceleration. Easy to implement, but can become unstable over time. Leapfrog Method: A more stable algorithm that updates velocities and positions in a staggered way (velocities at half-steps). Keeps energy more consistent, so particles move about more smoothly.