K3V2JNKC6ISRU4FRBVSKANA6OYE37VCUHQVIEEDZGJWZ467B7LYAC fn main() {println!("Hello, world!");}
# 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.
[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]
# This file is automatically @generated by Cargo.# It is not intended for manual editing.[[package]]name = "orbitpick"version = "0.1.0"
/target