Skip to content

kkatrio/nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An n-body simulation in web assembly.

Demo simulation here.

Bodies interact due to the gravitational iteraction with each other. I used the Burnes-Hut algorigthm for improved time complexity O(nlogn) in the numerical integration and webgl for graphics in the browser.

Here is a blog post with more details and my experience in creating it.

About

N-body simulation in web assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors