Skip to content

Instantly share code, notes, and snippets.

View nick-funk's full-sized avatar

Nick Funk nick-funk

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nick-funk on github.
  • I am nickfunk (https://keybase.io/nickfunk) on keybase.
  • I have a public key ASCS2wkGDjMQv9CbOhU2Ayi1sy8DcQ_Uv7cKSjEJnXbimAo

To claim this, I am signing this object:

/*
* Perlin Noise Calculator
* File: NoiseCalculator.cs
* Created by: Nick Funk
*
* Reference C# implemention of Ken Perlin's 2002 SIGGRAPH paper:
* https://mrl.nyu.edu/~perlin/noise/
*
*/