Skip to content

feesler/particles

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published