Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/podusowski/decay
Newtonian Solar System simulator in Rust (which I hope will become a game).
https://github.com/podusowski/decay
physics space
Last synced: 13 days ago
JSON representation
Newtonian Solar System simulator in Rust (which I hope will become a game).
- Host: GitHub
- URL: https://github.com/podusowski/decay
- Owner: podusowski
- Created: 2021-04-02T17:19:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T12:18:08.000Z (10 months ago)
- Last Synced: 2025-01-13T01:14:05.075Z (21 days ago)
- Topics: physics, space
- Language: Rust
- Homepage:
- Size: 619 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Decay is a Solar System simulator that uses newtonian physics. It's build around
[`bevy`](https://bevyengine.org/) and NASA JPL's data which is grabbed via
[`rhorizons`](https://crates.io/crates/rhorizons) crate.Requirements
------------
To compile Decay you need a latest Rust stable and a couple of system packages.
On Ubuntu like systems:apt install build-essential libasound2-dev libudev-dev
![](screenshots/2022-10-15.png)