Skip to content

A Particle Simulation of N-Body Problem using different techniques like Web Workers, QuadTree, SharedArrayBuffer, and WebGPU

Notifications You must be signed in to change notification settings

minguncho/NBodyWebGPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Body Simulation

A Particle Simulation of N-Body Problem using different techniques like Web Workers, QuadTree, SharedArrayBuffer, and WebGPU

Running the Simulation

  • Use Google Chrome Canary with SharedArrayBuffer enabled.
  • Install dependencies: npm install
  • In order to compile the project: npm run dev
  • To run a local server: ws and navigate to http://localhost:8000

Source:

About

A Particle Simulation of N-Body Problem using different techniques like Web Workers, QuadTree, SharedArrayBuffer, and WebGPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published