tizilogic / PyFastNoiseLite

Python wrapper for Auburns' FastNoise Lite noise generation library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Cython wrapper for the FastNoise Lite library

This wraps Auburns' great FastNoise Lite library using Cython for use in Python 3.6+

Installation

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.

About

Python wrapper for Auburns' FastNoise Lite noise generation library

License:MIT License


Languages

Language:Cython 76.7%Language:Python 19.8%Language:C++ 3.4%