aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]