From 50d1adb154e3f152c611e58a8b158a80ca1a1a37 Mon Sep 17 00:00:00 2001 From: treeform Date: Fri, 8 Oct 2021 19:19:11 -0700 Subject: [PATCH] Add boxy: 2D GPU rendering with a tiling atlas. (#2026) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 47d1556..8df4895 100644 --- a/packages.json +++ b/packages.json @@ -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",