azzuriel / earthgen-old

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Earthgen - An earth-like planet generator

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.

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 is one with 196832 tiles).

Topography

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

The temperature varies by season, latitude and elevation. Temperature on land will change more rapidly than on water.

Humidity

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

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

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

A hammer projection of the world. Larger version.

About

License:MIT License


Languages

Language:C++ 95.2%Language:QMake 4.2%Language:C 0.6%