BenSmithers / MultiHex2

Refactor of MultiHex, making it way easier to work with.
MIT License
0 stars 0 forks source link

Improve Wind/Weather sim #6

Open BenSmithers opened 2 years ago

BenSmithers commented 2 years ago

Should be able to take a 2D grid heightmap and use this for the weather simulation. By using a 2D heightmap, it should be possible to take advantage of numpy/scipy optimizations to dramatically speed up these steps.

BenSmithers commented 2 years ago

Now just sampling these all from Perlin noise for the most part. The wind points all to the right and a little away from the equator, then perlin noise is used to rotate these wind vectors.