https://github.com/razican/space-settler-bigbang
Big Bang for Space Settler, developed in Rust
https://github.com/razican/space-settler-bigbang
Last synced: 4 months ago
JSON representation
Big Bang for Space Settler, developed in Rust
- Host: GitHub
- URL: https://github.com/razican/space-settler-bigbang
- Owner: Razican
- License: bsd-3-clause
- Archived: true
- Created: 2015-05-27T17:01:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T20:18:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T19:19:16.256Z (4 months ago)
- Language: Rust
- Homepage: https://github.com/Razican/Space-Settler
- Size: 1.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Big Bang for Space Settler #
[](https://travis-ci.org/Razican/Space-Settler-BigBang)
[](https://coveralls.io/github/Razican/Space-Settler-BigBang?branch=master)This is the Rust implementation for generating a new galaxy in Space Settler. It will generate a
random galaxy taking into account real proportions of stars, planets and satellites to the best of
our knowledge. It will try to do as far as possible a true habitability check in rocky bodies, but
the main objective is to create as much habitable bodies as possible so that a future game could use
this database.## License ##
This software is licensed under the 3-clause BSD license. You may copy, modify and redistribute it
provided that the conditions shown in the [LICENSE](LICENSE) file are met.## Documentation ##
The documentation of this project is available in [GitHub pages](http://razican.github.io/Space-Settler-BigBang/). There you can find module by module documentation with some big explanations of how does the big bang work.
## References ##
**Stellar classification**:
- https://en.wikipedia.org/wiki/Stellar_classification**Chandrasekhar limit**:
- https://en.wikipedia.org/wiki/Chandrasekhar_limit**White Dwarf mass - radius relation**:
- http://iopscience.iop.org/0004-637X/474/2/774/pdf/0004-637X_474_2_774.pdf**O type star**:
- https://en.wikipedia.org/wiki/O-type_main-sequence_star**Roche limit calculation**:
- https://en.wikipedia.org/wiki/Roche_limit#Determining_the_Roche_limit**Water/land/snow statistics in earth**:
- http://chartsbin.com/view/wwu**Water phase diagram**:
- http://www1.lsbu.ac.uk/water/water_phase_diagram.html