Skip to content

ericye16/nbodies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

N-Bodies

N-body animation gif

The N-body problem is the problem of finding the motion of a group of particles that are all acting on each other, for example through gravitation. A nice summary can be found here: https://en.wikipedia.org/wiki/N-body_problem.

Instead of attempting to solve the six differential equations required to accurately find the motions of these particles, we can approximate it with discrete time steps. This is my attempt to do so in javascript using three.js for visualization.

About

N-Body Simulation in Javascript and three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published