This commit is contained in:
treeform 2018-08-14 03:10:34 -07:00 committed by Dominik Picheta
parent 0f3e0573f5
commit bd1a17e984

View File

@ -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"
}
]