From 807b47d1832e15daa826297dd577a7454b64219b Mon Sep 17 00:00:00 2001 From: nakednous Date: Thu, 19 Mar 2026 08:55:56 -0500 Subject: [PATCH 1/2] feat(libraries): replace p5.treegl with p5.tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit p5.treegl (v1) is deprecated. p5.tree is its successor — supports both IIFE and ESM, targets p5.js v2 as a render pipeline extension. --- src/content/libraries/en/p5.tree.yaml | 13 +++++++++++++ src/content/libraries/en/p5.treegl.yaml | 11 ----------- 2 files changed, 13 insertions(+), 11 deletions(-) create mode 100644 src/content/libraries/en/p5.tree.yaml delete mode 100644 src/content/libraries/en/p5.treegl.yaml diff --git a/src/content/libraries/en/p5.tree.yaml b/src/content/libraries/en/p5.tree.yaml new file mode 100644 index 0000000000..ddcfaf4e3e --- /dev/null +++ b/src/content/libraries/en/p5.tree.yaml @@ -0,0 +1,13 @@ +name: p5.tree +description: Render pipeline for p5.js v2 — pose and camera interpolation, space transforms, frustum visibility, HUD, post-processing pipe, picking, and declarative control panels. +category: 3d +sourceUrl: https://github.com/VisualComputing/p5.tree +websiteUrl: https://nakednous.github.io/tags/p5.tree/ +npm: p5.tree +npmFilePath: dist/p5.tree.min.js +author: + name: Jean Pierre Charalambos + url: https://nakednous.github.io/ +license: AGPL-3.0 +featuredImage: ../images/p5.tree.png +featuredImageAlt: A non-Euclidean geometry cube with faces showcasing teapot, bunny, and Buddha models. diff --git a/src/content/libraries/en/p5.treegl.yaml b/src/content/libraries/en/p5.treegl.yaml deleted file mode 100644 index 3f75744aba..0000000000 --- a/src/content/libraries/en/p5.treegl.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: p5.treegl -description: Shader development and space transformations WEBGL p5.js library. -category: shaders -sourceUrl: https://github.com/VisualComputing/p5.treegl -featuredImage: "../images/p5.treegl.png" -author: - name: Jean Pierre Charalambos - url: https://nakednous.github.io/ -license: GPL-3.0 -featuredImageAlt: A non-Euclidean geometry cube with faces showcasing teapot, bunny, - and Buddha models. From 0680a62bd97ce0c9a8b2a89328743103551cd10f Mon Sep 17 00:00:00 2001 From: nakednous Date: Thu, 19 Mar 2026 09:11:22 -0500 Subject: [PATCH 2/2] fix: rename featured image to p5.tree.png --- .../libraries/images/{p5.treegl.png => p5.tree.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename src/content/libraries/images/{p5.treegl.png => p5.tree.png} (100%) diff --git a/src/content/libraries/images/p5.treegl.png b/src/content/libraries/images/p5.tree.png similarity index 100% rename from src/content/libraries/images/p5.treegl.png rename to src/content/libraries/images/p5.tree.png