Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bj-rn/VL.FastNoiseLite

A VL wrapper for FastNoiseLite.
https://github.com/bj-rn/VL.FastNoiseLite

vl vvvv

Last synced: 3 months ago
JSON representation

A VL wrapper for FastNoiseLite.

Awesome Lists containing this project

README

        

# VL.FastNoiseLite
A VL wrapper for [FastNoiseLite](https://github.com/Auburn/FastNoiseLite) a noise generation library with a large selection of noise algorithms. It's heavily inspired by [VL.FastNoise](https://github.com/artrevinho/VL.FastNoise) by [Alvaro Treviño](https://github.com/artrevinho).

Try it with vvvv, the visual live-programming environment for .NET
Download: http://visualprogramming.net

## Using the library
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the VL documentation. As described there you go to the commandline and then type:

nuget install VL.FastNoiseLite

### License

### [MIT](https://github.com/bj-rn/VL.FastNoiseLite/blob/main/LICENSE)