Cython wrapper for the FastNoise Lite library
This wraps Auburns' great FastNoise Lite library using Cython for use in Python 3.6+
This package is available on the Python Package Index both as source and binary distribution for a variety of Python versions and platforms using the following command:
pip install pyfastnoiselite # On some systems, "pip" has to be replaced by "pip3"
Note:
This wrapper currently lacks the domain warping functionality and documentation. Both are planned to be added in the future.