I've done dynamic weather but not sure need it use, or no.
Here is examples of both types:
Now for generation map i use 2 noise 2d matrix, which generating through noise library. First 2d matrix responsible for height and second for temp. For dynamic weather i simple move(np.roll) matrix of temp i regenerate part's which depend on temp.
Here's code where i realized process weather
What u think about dynamic weather? Maybe u can offer better version of implementation dynamic weather?
I've done dynamic weather but not sure need it use, or no.
Here is examples of both types:
Now for generation map i use 2 noise 2d matrix, which generating through noise library. First 2d matrix responsible for height and second for temp. For dynamic weather i simple move(
np.roll) matrix of temp i regenerate part's which depend on temp.Here's code where i realized process weather
What u think about dynamic weather? Maybe u can offer better version of implementation dynamic weather?