From 25110f13f2d0bba57ebcc801cb880bfd7e52987c Mon Sep 17 00:00:00 2001 From: andri lim Date: Fri, 5 May 2017 18:25:13 +0700 Subject: [PATCH 1/2] add polyBool package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3e6fa29..1433c90 100644 --- a/packages.json +++ b/packages.json @@ -6288,5 +6288,18 @@ "description": "wrapper for FreeType2 library", "license": "MIT", "web": "https://github.com/jangko/freetype" + }, + { + "name": "polyBool", + "url": "https://github.com/jangko/polyBool", + "method": "git", + "tags": [ + "polygon", + "clipper", + "library" + ], + "description": "Polygon Clipper Library (Martinez Algorithm)", + "license": "MIT", + "web": "https://github.com/jangko/polyBool" } ] From 84cbfe0710e9ade6ac91cd992075117966aaa6fc Mon Sep 17 00:00:00 2001 From: andri lim Date: Wed, 10 May 2017 16:44:13 +0700 Subject: [PATCH 2/2] add nimAGG package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]