UNPKG

nbody

Version:

Configure, simulate and visualize n-body interactions

24 lines (14 loc) 566 B
# nbody JS/TS library to run n-body simulations on the browser. Documentation available [here](https://source-academy.github.io/nbody). ## Installation The package is published and available on the npm registry as [nbody](https://www.npmjs.com/package/nbody). ```bash npm install nbody three @types/three plotly.js-dist @types/plotly.js ``` or ```bash yarn add nbody three @types/three plotly.js-dist @types/plotly.js ``` ## Usage Full API Documentation available [here](https://source-academy.github.io/nbody/api). ## For developers