accrete 0.2.0

Rust port of Accrete, planetary system generation algorithm. Based on 'Formation of Planetary Systems by Aggregation: A Computer Simulation' by Stephen H. Dole. Improved and extended by many talented people during past ~50 years.
Documentation
1
2
3
4
5
6
7
8
9
{
  "private": true,
  "scripts": {
    "serve": "cp -r ../../pkg . && serve"
  },
  "devDependencies": {
    "serve": "^12.0.0"
  }
}