Releases: tayloraswift/swift-noise
Releases · tayloraswift/swift-noise
1.1.0
this release makes it possible to use the library with modern (5.x) Swift toolchains.
What's Changed
- project modernizations by @tayloraswift in #7
- prep work for more commits by @heckj in #12
- enable CI pipeline by @tayloraswift in #13
- set up initial DocC folder structure by @tayloraswift in #14
- adds sub-project with benchmarks by @heckj in #15
New Contributors
- @tayloraswift made their first contribution in #7
- @heckj made their first contribution in #12
Full Changelog: 1.0.0...1.1.0
Noise 1.0
The first production ready release of the Noise library, with support for several types of gradient noise (“Perlin noise”), cell noise (“Worley noise” or “Voronoi noise”), poisson disk sampling, and fractal brownian motion, among other things.
Documentation is available on the project wiki.