diff options
| author | Silvio T <stisa4@gmail.com> | 2016-09-19 22:12:09 +0200 |
|---|---|---|
| committer | Silvio T <stisa4@gmail.com> | 2016-09-19 22:12:09 +0200 |
| commit | aa94adce9505f6a90caf0b833612c869a19a3c79 (patch) | |
| tree | fda2398e9ec01e876441777e304a0d8d1abfcdbf | |
| parent | 3e3b9178a557537d5830e6b8d0201ae65c8a3a7d (diff) | |
| download | packages-aa94adce9505f6a90caf0b833612c869a19a3c79.tar.gz packages-aa94adce9505f6a90caf0b833612c869a19a3c79.zip | |
Add webgl wrapper
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ea4afa9..c82d650 100644 --- a/packages.json +++ b/packages.json @@ -5281,5 +5281,22 @@ "description": "Signed Distance Field builder for contour texturing in Nim", "license": "MIT", "web": "https://github.com/Halsys/SDF.nim" + }, + { + "name": "WebGL", + "url": "https://github.com/stisa/webgl", + "method": "git", + "tags": [ + "webgl", + "graphic", + "js", + "javascript", + "wrapper", + "3D", + "2D" + ], + "description": "Experimental wrapper to webgl for Nim", + "license": "MIT", + "web": "http://stisa.space/webgl/" } ] |
