https://github.com/bagnalla/newton_bevy
N-body simulation with elastic collisions in Rust/Bevy
https://github.com/bagnalla/newton_bevy
Last synced: 7 months ago
JSON representation
N-body simulation with elastic collisions in Rust/Bevy
- Host: GitHub
- URL: https://github.com/bagnalla/newton_bevy
- Owner: bagnalla
- License: mit
- Created: 2023-03-30T18:50:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T19:29:42.000Z (about 2 years ago)
- Last Synced: 2023-08-16T22:25:55.161Z (almost 2 years ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# N-body simulation with elastic collisions in Rust/Bevy
See the [blog post](https://bagnalla.github.io/posts/newton_bevy.html).