aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandri lim <jangko128@gmail.com>2017-05-10 16:44:13 +0700
committerandri lim <jangko128@gmail.com>2017-05-10 16:44:13 +0700
commit84cbfe0710e9ade6ac91cd992075117966aaa6fc (patch)
tree33e482b7cfc8935c48c6b8e12539ce24eeb6af35
parent25110f13f2d0bba57ebcc801cb880bfd7e52987c (diff)
downloadpackages-84cbfe0710e9ade6ac91cd992075117966aaa6fc.tar.gz
packages-84cbfe0710e9ade6ac91cd992075117966aaa6fc.zip
add nimAGG package
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1433c90..c071697 100644
--- a/packages.json
+++ b/packages.json
@@ -6301,5 +6301,20 @@
"description": "Polygon Clipper Library (Martinez Algorithm)",
"license": "MIT",
"web": "https://github.com/jangko/polyBool"
+ },
+ {
+ "name": "nimAGG",
+ "url": "https://github.com/jangko/nimAGG",
+ "method": "git",
+ "tags": [
+ "renderer",
+ "rasterizer",
+ "library",
+ "2D",
+ "graphics"
+ ],
+ "description": "Hi Fidelity Rendering Engine",
+ "license": "MIT",
+ "web": "https://github.com/jangko/nimAGG"
}
]