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

Improve Wind/Weather sim #6

Open
BenSmithers opened this issue Jul 11, 2022 · 1 comment
Open

Improve Wind/Weather sim #6

BenSmithers opened this issue Jul 11, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@BenSmithers
Copy link
Owner

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 BenSmithers added the enhancement New feature or request label Jul 11, 2022
@BenSmithers
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant