planetsfactory 0.0.2

Planet factory — classify, build and catalogue planets for any star system: Solar System, TRAPPIST-1, Kepler-90, Proxima Centauri, or fully custom worlds.
Documentation
1
2
3
4
5
6
7
8
pub mod gas_giant;
pub mod ice_giant;
pub mod lava_world;
pub mod ocean_world;
pub mod rogue;
pub mod sub_neptune;
pub mod super_earth;
pub mod terrestrial;