Added package opensimplexnoise (#2087)

This commit is contained in:
Luis Alberto Flores Baca 2021-12-18 22:56:45 -06:00 committed by GitHub
parent e83d395e7f
commit c6ab8e92a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24490,5 +24490,21 @@
"description": "Pure Nim asyncronous driver for Redis DB",
"license": "MIT",
"web": "https://github.com/Q-Master/redis.nim"
},
{
"name": "opensimplexnoise",
"url": "https://github.com/betofloresbaca/nim-opensimplexnoise",
"method": "git",
"tags": [
"noise",
"opensimplexnoise",
"noise2d",
"noise3d",
"noise4d",
"library"
],
"description": "A pure nim port of the open simplex noise algorithm from Kurt Spencer",
"license": "MIT",
"web": "https://github.com/betofloresbaca/nim-opensimplexnoise"
}
]