Skip to content

OuterCorner/CNoise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.