- This is Astracore, the Godfather and initial idea of Nebulance made using Rust.
- A space simulator with many features.
- Make sure that you are in the Astracore folder.
- Make sure that you have cargo and Rust.
- Run and compile binary from source code:
cargo run- Run binary:
./target/debug/astracore- Clean binary:
cargo clean- Build binary from source code:
cargo build- Check source code:
cargo check