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

https://github.com/0xwoland/rust-fmm

Cosmological Simulation using a Fast Multipole Method and WASM Threads
https://github.com/0xwoland/rust-fmm

fast-multipole-method nbody-gravity-simulation wasm

Last synced: about 2 months ago
JSON representation

Cosmological Simulation using a Fast Multipole Method and WASM Threads

Awesome Lists containing this project

README

        

### About

A fast multipole method-based N-body simulation

### Building the project

```sh
yarn && yarn build
yarn serve
```