An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# FastNoise2 Bindings
C# bindings for [FastNoise2](https://github.com/Auburn/FastNoise2) noise generation library

Uses 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)