Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).