Metadata-Version: 2.4
Name: genoise
Version: 0.0.1
Summary: High-performance, NumPy-vectorized procedural noise and tiling library.
Author: batuhanksl
Project-URL: Homepage, https://github.com/batuhanksl/genoise
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0

# Genoise

**Genoise** is a high-performance procedural generation library for Python, powered by NumPy.

## Project Goal
To provide a "Masterclass" suite of noise functions (Perlin, Simplex, Worley) with a focus on:
* **Vectorized Performance:** Optimized via NumPy.
* **Seamless Tiling:** Built-in 4D toroidal mapping.
* **Texture Packing:** RGBA channel output for game engines.

## Status: Coming Soon
This package is currently in the initial setup phase. Stay tuned for the first release!
