An attempt to simulate the interaction of particles according to some sort of physical laws. Gravity, coulomb force, collisions, annihilation...
Real-time N-body problem solving with support of the Barnes–Hut algorithm.
Download source code and run Vite local development server:
git clone https://github.com/feesler/particles.git
cd particles
npm start
npm run build
Optimized bundle is generated at dist
directory.