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