Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vraid/earthgen-old
https://github.com/vraid/earthgen-old
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vraid/earthgen-old
- Owner: vraid
- License: mit
- Created: 2012-08-09T00:35:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T01:11:10.000Z (10 months ago)
- Last Synced: 2024-08-01T12:15:36.665Z (6 months ago)
- Language: C++
- Homepage:
- Size: 290 KB
- Stars: 280
- Watchers: 17
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - vraid/earthgen-old - (others)
README
Earthgen - An earth-like planet generator
=
![](http://i.imgur.com/nMu0IMF.png)What does it do?
-
Earthgen is a tool for generating planets with random geographical features and a semi-realistic climate with seasonal variation of temperature, wind and humidity based on these features. [A look at the gui](http://i.imgur.com/EiSyVs2.png).The geometry consists of pentagonal and hexagonal tiles based on a subdivided icosahedron, with the planet shown having 21872 tiles (though more is certainly possible, [here](http://i.imgur.com/wYoo3Bn.png) is one with 196832 tiles).
Topography
-![](http://i.imgur.com/zr4AWFf.png)
The topography is created using a fractal algorithm that raises triangular parts of the surface over n iterations. The sea is currently contiguous, and can be set to cover anything from none to all of the surface.
Temperature
-![](http://i.imgur.com/9E5pog6.png)
The temperature varies by season, latitude and elevation. Temperature on land will change more rapidly than on water.
Humidity
-![](http://i.imgur.com/nsNW2X2.png)
Humidity follows the wind patterns across the planet. Wind, in turn, is assumed to flow in idealised circulatory cells, before being affected by the coriolis effect.
Aridity
-![](http://i.imgur.com/V2ge1q2.png)
Aridity, determined by temperature and humidity. In essence the potential evapotranspiration, or how much additional water vapour the air could carry in absolute terms. This is currently what determines vegetation density.
Seasonal variation
-
![](http://i.imgur.com/75OBxyR.gif)Each season is saved as a separate entry. Making an animation, here out of 32 seasons, we get a better picture of how the climate varies over time.
The world at large
-![](http://i.imgur.com/ifOXhpx.png)
A [hammer projection](http://en.wikipedia.org/wiki/Hammer_projection) of the world.
[Larger version](http://i.imgur.com/PZ8TPBA.png).