Skip to content

Real time JS particle simulation (verlet integration) with static grid optimization.

Notifications You must be signed in to change notification settings

akihiko47/JS-Particle-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Real time JS particle simulation (verlet integration) with static grid optimization. Check out here

Usage 🎮

  1. You can copy the directory to make changes using git clone https://github.com/akihiko47/JS-Particle-Simulation.git or download .zip arichve.
  2. Or just play here.

Settings ⚙️

I hope they are intuitive, maybe I'll add more customizations in the future.

Plans

  • Transfer rendering to GPU
  • KD-Trees optimiztion

Contributions

Contributions are welcomed! 👋