Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)