diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-09-16 19:07:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-16 19:07:06 +0200 |
| commit | 3e3b9178a557537d5830e6b8d0201ae65c8a3a7d (patch) | |
| tree | 389add43c96c282dbd9e252f2bbcb3bbaa6ab040 | |
| parent | 7641a84d5048adf313a600bd0669b6b20982b829 (diff) | |
| parent | 95a740851e2f3d3e490a8612f8d54fc3f3ac8a0d (diff) | |
| download | packages-3e3b9178a557537d5830e6b8d0201ae65c8a3a7d.tar.gz packages-3e3b9178a557537d5830e6b8d0201ae65c8a3a7d.zip | |
Merge pull request #413 from Halsys/master
Added SDF.nim
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1122360..ea4afa9 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", + "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" } ] |
