/CNoise

Swift package wrapping noise-c

Primary LanguageObjective-CMIT LicenseMIT

CNoise

Platforms

Swift package for noise-c.

Usage

Add the package dependency as usual.

dependencies: [
  .package(url: "https://github.com/OuterCorner/CNoise.git", from: "0.9.0"),
]

Dependencies

This package depends on CSodium. See that webpage for notes about required aditional compiler flags.

License

This project is licensed under the MIT License - see LICENSE.

Note the underlying libsodium and noise-c licenses still apply when using this project.