https://github.com/auburn/fastnoise2bindings
Bindings for FastNoise2 noise generation library
https://github.com/auburn/fastnoise2bindings
Last synced: 6 months ago
JSON representation
Bindings for FastNoise2 noise generation library
- Host: GitHub
- URL: https://github.com/auburn/fastnoise2bindings
- Owner: Auburn
- License: mit
- Created: 2021-04-09T19:04:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T00:52:13.000Z (about 1 year ago)
- Last Synced: 2025-03-27T10:12:13.986Z (6 months ago)
- Language: C#
- Homepage:
- Size: 594 KB
- Stars: 29
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastNoise2 Bindings
C# bindings for [FastNoise2](https://github.com/Auburn/FastNoise2) noise generation libraryUses the metadata system in FastNoise2 to reference node types and variable names, this means the bindings don't need to updated when there are new/changed nodes/variables in FastNoise2
[Example usage](https://github.com/Auburn/FastNoise2Bindings/blob/master/CSharp/test/BitmapGenerator.cs)