Skip to content

Instantly share code, notes, and snippets.

View mattconsto's full-sized avatar
👋

Matthew Consterdine mattconsto

👋
View GitHub Profile
@Mocker
Mocker / OpenSimplexASM.js
Last active May 31, 2020 01:37 — forked from KdotJPG/OpenSimplex2S.java
OpenSimplexNoise ported to Javascript
/*
* OpenSimplex (Simplectic) Noise in Javascript.
* original by Kurt Spencer (https://gist.github.com/KdotJPG/b1270127455a94ac5d19)
* ported to Javascript (ASM) by Ryan Guthrie
*
*/
function OpenSimplexASM(stdlib, foreign, heap ) {
"use asm";