aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeform <starplant@gmail.com>2018-08-14 03:10:34 -0700
committerDominik Picheta <dominikpicheta@googlemail.com>2018-08-14 11:10:34 +0100
commitbd1a17e984c91f1b9d4ad828c0377feddd71ba7c (patch)
tree35e7d1002d6c5bccf6ac1e984dffdd74d08f83a0
parent0f3e0573f5b3689eaddfcd26bea34cb8483504d2 (diff)
downloadpackages-bd1a17e984c91f1b9d4ad828c0377feddd71ba7c.tar.gz
packages-bd1a17e984c91f1b9d4ad828c0377feddd71ba7c.zip
update (#826)
-rw-r--r--packages.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 64125ef..7114807 100644
--- a/packages.json
+++ b/packages.json
@@ -10246,5 +10246,56 @@
"description": "Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-espeak"
+ },
+ {
+ "name": "print",
+ "url": "https://github.com/treeform/print.git",
+ "method": "git",
+ "tags": [
+ "pretty"
+ ],
+ "description": "Print is a set of pretty print macros, useful for print-debugging.",
+ "license": "MIT",
+ "web": "https://github.com/treeform/print"
+ },
+ {
+ "name": "vmath",
+ "url": "https://github.com/treeform/vmath.git",
+ "method": "git",
+ "tags": [
+ "math",
+ "graphics",
+ "2d",
+ "3d"
+ ],
+ "description": "Collection of math routines for 2d and 3d graphics.",
+ "license": "MIT",
+ "web": "https://github.com/treeform/vmath"
+ },
+ {
+ "name": "flippy",
+ "url": "https://github.com/treeform/flippy.git",
+ "method": "git",
+ "tags": [
+ "image",
+ "graphics",
+ "2d"
+ ],
+ "description": "Flippy is a simple 2d image and drawing library.",
+ "license": "MIT",
+ "web": "https://github.com/treeform/flippy"
+ },
+ {
+ "name": "typography",
+ "url": "https://github.com/treeform/typography.git",
+ "method": "git",
+ "tags": [
+ "font",
+ "text",
+ "2d"
+ ],
+ "description": "Fonts, Typesetting and Rasterization.",
+ "license": "MIT",
+ "web": "https://github.com/treeform/typography"
}
]