Skip to content

Noise generation library #256

@robbmcleod

Description

@robbmcleod

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions