Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bj-rn/VL.FastNoiseLite
- Owner: bj-rn
- License: mit
- Created: 2024-01-08T14:09:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T12:31:51.000Z (9 months ago)
- Last Synced: 2024-08-09T15:19:45.080Z (3 months ago)
- Topics: vl, vvvv
- Language: C#
- Homepage:
- Size: 353 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vl - VL.FastNoiseLite - Noise generation library with a large selection of noise algorithms (Libraries / Math & Algorithms)
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)