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
- Host: GitHub
- URL: https://github.com/0xwoland/rust-fmm
- Owner: 0xWOLAND
- Created: 2023-08-24T21:54:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-17T04:31:38.000Z (over 1 year ago)
- Last Synced: 2025-02-10T00:51:50.166Z (4 months ago)
- Topics: fast-multipole-method, nbody-gravity-simulation, wasm
- Language: Rust
- Homepage: https://0xwoland.github.io/rust-fmm/
- Size: 15.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
A fast multipole method-based N-body simulation
### Building the project
```sh
yarn && yarn build
yarn serve
```