Initialize sub-project for choosing lunar orbital parameters
[?]
Jun 15, 2021, 11:21 AM
K3V2JNKC6ISRU4FRBVSKANA6OYE37VCUHQVIEEDZGJWZ467B7LYACDependencies
- [2]
MPLEC4W3Switch license to one I like more.
Change contents
- file addition: orbitpick[1.0]
- file addition: src[0.12]
- file addition: main.rs[0.19]
fn main() {println!("Hello, world!");} - file addition: README.md[0.12]
# Orbit PickI'm inventing multiple fictional cultures for which the movements of fictionalbut ideally realistic celestial bodies hold various types of significance;including the basis of their calendars.My undertanding of what makes some orbital configurations less stable thanothers is too vague to just directly figure out how the moons should orbit,but I do know how to simulate objects accelerating due to each others' gravity.In this sub-project I will be using a genetic algorithm to find an orbitalconfiguration - and therefore a set of calendars - which match my requirementsand hopefully my preferences. - file addition: Cargo.toml[0.12]
[package]name = "orbitpick"version = "0.1.0"authors = ["Jeremy List <quick.dudley@gmail.com>"]edition = "2018"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html[dependencies] - file addition: Cargo.lock[0.12]
# This file is automatically @generated by Cargo.# It is not intended for manual editing.[[package]]name = "orbitpick"version = "0.1.0" - file addition: .ignore[0.12]
/target