Python implementation of Perlin noise generator
Project description
perlin_noise_ex
Python implementation of Perlin noise generator by Exityx
Installation
pip install perlin_noise_ex
Usage
from perlin_noise_ex import CreateNewPerlinNoise
# Create noise generator
noise = CreateNewPerlinNoise(seed=20, octave=2, amp=7, period=24)
matrix = noise.createPerlin()
noise.showGraph(matrix)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
perlin_noise_ex-0.1.2.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file perlin_noise_ex-0.1.2.tar.gz.
File metadata
- Download URL: perlin_noise_ex-0.1.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1328cdef310b2a2e4bc2015bbbbe0b2a19eeccaa22daf68afa5ef9cf0566150
|
|
| MD5 |
83fb7b8a97068c7bcdfddc5da545751a
|
|
| BLAKE2b-256 |
c2338cd5e85e8a815c1f3a153be37a1f01499321b2b8ea6cb70d0b5dbe380a39
|
File details
Details for the file perlin_noise_ex-0.1.2-py3-none-any.whl.
File metadata
- Download URL: perlin_noise_ex-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fe6e2df8cbce62866d38c239a1137116e34ce0137b712cfb4d76bd5bb6117bd
|
|
| MD5 |
5e8a79ff5f4974f2f224785d1be877ba
|
|
| BLAKE2b-256 |
8b2b220d96a7f1e0c587e4665d14363ab095f4788905cfbf5f22dcc836bd17a1
|