<div dir="ltr"><div><div><div>Hi everyone, <br><br></div>Thought you’d like to know that Swift now has a native procedural noise generation library, which I released today at <a href="https://github.com/kelvin13/noise">https://github.com/kelvin13/noise</a> . The Noise library supports several types of gradient noise (“Perlin noise”), cell noise (“Worley noise” or “Voronoi noise”), poisson disk sampling, and fractal brownian motion, among other things. The library has no dependencies, and does not import Foundation, Darwin, or Glibc.<br><br></div>Documentation is available at <a href="https://github.com/kelvin13/noise/wiki">https://github.com/kelvin13/noise/wiki</a> .<br><br></div>Feedback is welcome!<br></div>