NoiseGen is a library for efficient noise generation using PyTorch.
It provides a GPU-accelerated noise generation engine.
It is designed for real-time and high-performance applications.
NoiseGen is designed for:
- Easy operation and integration for ML.
- Parallel computing engine thanks to GPU-accelerated matrix multiplications.
- Easy visualization with matplotlib.
- Perlin Noise
- Fractal Noise
- White Noise
- Simplex Noise
This repository is licensed under the GNU General Public License v3.0 (GPL-3.0).