Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T21:07:45.000Z (4 months ago)
- Last Synced: 2024-08-13T23:13:37.097Z (4 months ago)
- Topics: body-problem, n-body, n-body-problem, n-body-simulation, n-body-simulator
- Language: Rust
- Homepage: https://body-problem.matousvolf.cz
- Size: 712 KB
- Stars: 1
- 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).