معرفی شرکت ها


EasyPerlinNoise-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Streamlined version of Perlin-Noise
ویژگی مقدار
سیستم عامل -
نام فایل EasyPerlinNoise-0.0.1
نام EasyPerlinNoise
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ben Mowery
ایمیل نویسنده ben.mowery@icloud.com
آدرس صفحه اصلی https://github.com/AngrySwarmOfBees/easy_perlin_noise
آدرس اینترنتی https://pypi.org/project/EasyPerlinNoise/
مجوز -
# easy_perlin_noise This is a package used to streamline the use of the perlin_noise package (https://github.com/salaxieb/perlin_noise), while adding more functionality, like exporting generated noise to files for later use. This package streamlines the use of the package perlin_noise by allowing to create perlin noise with a single package function required packages: - perlin_noise (https://github.com/salaxieb/perlin_noise) - matplotlib (https://matplotlib.org/) - logging (python built in package) - sys (python built in package) # Usage To import the package, use `from EasyPerlinNoise import Noise` To generate noise use: ``` [Chosen Variable Name] = Noise([xpix], [ypix], [zpix], [octaves], [fname]) [Chosen Variable Name].EasyNoiseGen() ``` This will generate the requested Perlin Noise, to access the perlin noise, use the variable name you chose Arguments: - xpix : width of array - ypix : height of array - zpix : depth of array (optional) - octaves : base octave, all octaves are double the previous octave, if the octave provided is 2, the 2nd octave level will be 4, and the 3rd octave will be 8... - fname : name of csv file that values should be exported to (optional) **further documentation at a later date**


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl EasyPerlinNoise-0.0.1:

    pip install EasyPerlinNoise-0.0.1.whl


نصب پکیج tar.gz EasyPerlinNoise-0.0.1:

    pip install EasyPerlinNoise-0.0.1.tar.gz