Swift package for noise-c.
Add the package dependency as usual.
dependencies: [
.package(url: "https://github.com/OuterCorner/CNoise.git", from: "0.9.0"),
]
This package depends on CSodium. See that webpage for notes about required aditional compiler flags.
This project is licensed under the MIT License - see LICENSE.
Note the underlying libsodium and noise-c licenses still apply when using this project.