From c6ab8e92a8c254c3a261fe66b89e5686d4073272 Mon Sep 17 00:00:00 2001 From: Luis Alberto Flores Baca Date: Sat, 18 Dec 2021 22:56:45 -0600 Subject: [PATCH] Added package opensimplexnoise (#2087) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index c15f1a9..83f679a 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]