From 261408ada90387aa627d6383c6b87cc8cc174e6c Mon Sep 17 00:00:00 2001 From: treeform Date: Wed, 29 Sep 2021 22:59:58 -0700 Subject: [PATCH] Add shady: Nim to GPU shader language compiler and supporting utilities. (#2017) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 71aa019..f70e295 100644 --- a/packages.json +++ b/packages.json @@ -11388,6 +11388,20 @@ "license": "MIT", "web": "https://github.com/treeform/morepretty" }, + { + "name": "shady", + "url": "https://github.com/treeform/shady", + "method": "git", + "tags": [ + "glsl", + "gpu", + "shader", + "opengl" + ], + "description": "Nim to GPU shader language compiler and supporting utilities.", + "license": "MIT", + "web": "https://github.com/treeform/shady" + }, { "name": "genny", "url": "https://github.com/treeform/genny",