aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Null(Noll) Crimmins - Golden <cory190@live.com>2016-09-16 06:58:56 -0600
committerCory Null(Noll) Crimmins - Golden <cory190@live.com>2016-09-16 06:58:56 -0600
commitdc8b3d31b96d3caaf126b57d051a3cfecadf0c2a (patch)
treef1bf9fe6b5b0a8a29e84426eb6e7c47105493700
parent7641a84d5048adf313a600bd0669b6b20982b829 (diff)
downloadpackages-dc8b3d31b96d3caaf126b57d051a3cfecadf0c2a.tar.gz
packages-dc8b3d31b96d3caaf126b57d051a3cfecadf0c2a.zip
Added SDF.nim
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1122360..c6878cd 100644
--- a/packages.json
+++ b/packages.json
@@ -5264,5 +5264,22 @@
"description": "ISAAC PRNG implementation on Nim",
"license": "MIT",
"web": "https://github.com/pragmagic/isaac/"
+ },
+ {
+ "name": "SDF.nim",
+ "url": "https://github.com/Halsys/SDF.nim",
+ "method": "git",
+ "tags": [
+ "sdf",
+ "text",
+ "contour",
+ "texture",
+ "signed",
+ "distance",
+ "transform"
+ ],
+ "description": "Signed Distance Field builder for contour texturing in Nim",
+ "license": "MIT",
+ "web": "https://github.com/Halsys/SDF.nim"
}
]