[swift-users] A procedural noise library

Kelvin Ma kelvin13ma at gmail.com
Sun Jun 11 21:19:25 CDT 2017


Hi everyone,

Thought you’d like to know that Swift now has a native procedural noise
generation library, which I released today at
https://github.com/kelvin13/noise . 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.

Documentation is available at https://github.com/kelvin13/noise/wiki .

Feedback is welcome!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20170611/a9b15a06/attachment.html>


More information about the swift-users mailing list