Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VOTE] What u think about dynamic weather? #1

Open
Fisab opened this issue Jan 27, 2019 · 4 comments
Open

[VOTE] What u think about dynamic weather? #1

Fisab opened this issue Jan 27, 2019 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Fisab
Copy link
Owner

Fisab commented Jan 27, 2019

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?

@Fisab Fisab pinned this issue Jan 27, 2019
@Fisab Fisab added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 27, 2019
@eSkry
Copy link

eSkry commented Jan 28, 2019

What does dynamic weather affect?

@n0tm
Copy link

n0tm commented Jan 28, 2019

maybe you should take a look at dynamic environment, like growing trees, grass?)
Dynamic weather also good idea)

@Fisab
Copy link
Owner Author

Fisab commented Jan 28, 2019

What does dynamic weather affect?

@eSkry it's not ready right now, but weather will be affect on cells, which live there. For example maybe some population live only at GRASS plantation and if weather dynamic then they must follow a warm climate. But the map doesn’t fit well around the edge, and for recalculations will be spent a lot time.

maybe you should take a look at dynamic environment, like growing trees, grass?)
Dynamic weather also good idea)

@n0tm did u saw gif above? I'm already spawn GRASS depends on temp. =)

@Fisab
Copy link
Owner Author

Fisab commented Jan 29, 2019

I try adding fields. When map before 5%(current x / size_x) from left it will place 0 temp, and if map after 95%, then it place 0 too.
But it looks like shit too ;(
Link to gif(care weight of file 120mb)

@Fisab Fisab added this to Done in Life simulation Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
Development

No branches or pull requests

3 participants