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
- Host: GitHub
- URL: https://github.com/source-academy/nbody
- Owner: source-academy
- License: apache-2.0
- Created: 2024-03-18T08:23:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:47:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T09:54:56.931Z (about 2 years ago)
- Language: TypeScript
- Size: 11.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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