Module dagon.graphics.opensimplex

An implementation of OpenSimplex noise.

Description

The dagon.graphics.opensimplex module defines the OpenSimplexNoise class template, which generates 2D, 3D, and 4D OpenSimplex noise for floating-point types. OpenSimplex noise is a gradient noise algorithm suitable for procedural texture, terrain, and effect generation, offering smooth, tile-free results.

Classes

NameDescription
OpenSimplexNoise OpenSimplex noise generator for floating-point types.