Skip to main content

FastNoise2

Infinity Creator integrates FastNoise2, an optimized noise generation library available on GitHub.

FastNoise2 provides:

  • High-performance noise generation with SIMD acceleration.
  • Customizable noise types (Perlin, Simplex, Cellular, Fractal, and more).
  • Ability to create a custom noise graph.
  • Seamless integration into our Node Graph System.
  • Use multi-layered noise functions for complex procedural effects.
  • Provide dynamic control over noise parameters within our system.

GitHub Link to FastNoise2