An open API service indexing awesome lists of open source software.

https://github.com/source-academy/nbody

N-body simulations as a Source Academy module
https://github.com/source-academy/nbody

Last synced: 2 months ago
JSON representation

N-body simulations as a Source Academy module

Awesome Lists containing this project

README

          

# 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