https://github.com/matous-volf/body-problem
A simulation of the n-body problem in a web app.
https://github.com/matous-volf/body-problem
body-problem n-body n-body-problem n-body-simulation n-body-simulator
Last synced: about 1 year ago
JSON representation
A simulation of the n-body problem in a web app.
- Host: GitHub
- URL: https://github.com/matous-volf/body-problem
- Owner: matous-volf
- License: mit
- Created: 2024-07-20T10:07:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T14:46:34.000Z (over 1 year ago)
- Last Synced: 2025-03-27T16:11:11.667Z (over 1 year ago)
- Topics: body-problem, n-body, n-body-problem, n-body-simulation, n-body-simulator
- Language: Rust
- Homepage: https://body-problem.matousvolf.cz
- Size: 640 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Body problem
A simulation of the [n-body problem](https://en.wikipedia.org/wiki/N-body_problem) (which is a generalization of, for
instance, the three-body problem) in a web application. It allows the user to set up the bodies and their properties.
This Cargo workspace consists of
- a library crate [body_problem](/body_problem) that provides the simulation logic and
- a binary crate [body_problem_web_app](/body_problem_web_app) utilizing the library and displaying the simulation.
The app is deployed at [body-problem.matousvolf.cz](https://body-problem.matousvolf.cz).