Skip to content

Instantly share code, notes, and snippets.

View Nidrax's full-sized avatar

Daniel Praźmo Nidrax

  • Huuuge Games
  • Szczecin (Poland)
View GitHub Profile
@Nidrax
Nidrax / OpenSimplexNoise.java
Created December 19, 2016 09:07 — forked from KdotJPG/OpenSimplex2S.java
Visually axis-decorrelated coherent noise algorithm based on the Simplectic honeycomb.
/*
* OpenSimplex Noise in Java.
* by Kurt Spencer
*
* v1.1 (October 5, 2014)
* - Added 2D and 4D implementations.
* - Proper gradient sets for all dimensions, from a
* dimensionally-generalizable scheme with an actual
* rhyme and reason behind it.
* - Removed default permutation array in favor of