https://github.com/solarliner/bevy-spacesim
https://github.com/solarliner/bevy-spacesim
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solarliner/bevy-spacesim
- Owner: SolarLiner
- Created: 2024-11-18T11:39:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T23:01:31.000Z (over 1 year ago)
- Last Synced: 2024-12-07T00:17:57.325Z (over 1 year ago)
- Language: Rust
- Size: 13.8 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bevy Spacesim

## Description
This project is a space simulation application built using the Bevy game engine, along with the `big_space` and `egui`
libraries.
## Known issues
- Orbit lines are misaligned with their respective bodies.
- No textures
## Compilation and Running
To compile and run the project, use the standard Rust procedures. Ensure you have `cargo` installed.
1. Clone the repository:
```sh
git clone https://github.com/solarliner/bevy-spacesim
cd bevy-spacesim
```
2. Build the project:
```sh
cargo build --features dev
```
3. Run the project:
```sh
cargo run --features dev
```
## Credits
This project uses data from the [HYG Database](https://github.com/astronexus/HYG-Database). We extend our gratitude to
the creators.
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.