K3V2JNKC6ISRU4FRBVSKANA6OYE37VCUHQVIEEDZGJWZ467B7LYAC
fn main() {
println!("Hello, world!");
}
# Orbit Pick
I'm inventing multiple fictional cultures for which the movements of fictional
but 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 than
others 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 orbital
configuration - and therefore a set of calendars - which match my requirements
and 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