Add boxy: 2D GPU rendering with a tiling atlas. (#2026)

This commit is contained in:
treeform 2021-10-08 19:19:11 -07:00 committed by GitHub
parent 7b02a3eee6
commit 50d1adb154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11444,6 +11444,21 @@
"license": "MIT",
"web": "https://github.com/treeform/hottie"
},
{
"name": "boxy",
"url": "https://github.com/treeform/boxy",
"method": "git",
"tags": [
"GPU",
"openGL",
"graphics",
"atlas",
"texture"
],
"description": "2D GPU rendering with a tiling atlas.",
"license": "MIT",
"web": "https://github.com/treeform/boxy"
},
{
"name": "xdo",
"url": "https://github.com/juancarlospaco/nim-xdo",