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

Noise generation library #256

Open
robbmcleod opened this issue Jan 11, 2018 · 2 comments
Open

Noise generation library #256

robbmcleod opened this issue Jan 11, 2018 · 2 comments

Comments

@robbmcleod
Copy link

I noticed that this project is using the Python noise library. I've ported the FastNoiseSIMD C++ library, which is a lot faster and more capable, to Python:

https://github.com/robbmcleod/pyfastnoisesimd

The underlying C library uses SIMD vector instructions, and I multi-threaded it using concurrent.futures. One can make pseudo-plate-like features with cellular noise with the library, so it may accelerate quite a bit more than just the Perlin noise generation steps.

@psi29a
Copy link
Member

psi29a commented Jan 11, 2018

Noice! :D

We'll have a look.

@psi29a
Copy link
Member

psi29a commented Aug 31, 2023

@robbmcleod anything equivalent in rust? :)

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

No branches or pull requests

2 participants