Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 684 Bytes

File metadata and controls

23 lines (16 loc) · 684 Bytes

NoiseGen

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.

Introduction

NoiseGen is designed for:

  • Easy operation and integration for ML.
  • Parallel computing engine thanks to GPU-accelerated matrix multiplications.
  • Easy visualization with matplotlib.

Supported Noise Types:

  • Perlin Noise
  • Fractal Noise
  • White Noise
  • Simplex Noise

License

This repository is licensed under the GNU General Public License v3.0 (GPL-3.0).