Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 567 Bytes

File metadata and controls

26 lines (15 loc) · 567 Bytes

Fields and particles simulation

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.

Development

Download source code and run Vite local development server:

git clone https://github.com/feesler/particles.git
cd particles
npm start

Build for production

npm run build

Optimized bundle is generated at dist directory.