From ebf79ec7aadd004de4091720ba2e8d03a2cba649 Mon Sep 17 00:00:00 2001 From: nakednous Date: Sat, 4 Apr 2026 14:57:00 -0500 Subject: [PATCH] Replace p5.treegl with p5.tree in 2.0 --- src/content/libraries/en/p5.tree.yaml | 13 +++++++++++++ src/content/libraries/en/p5.treegl.yaml | 11 ----------- .../images/{p5.treegl.png => p5.tree.png} | Bin 3 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 rename src/content/libraries/images/{p5.treegl.png => p5.tree.png} (100%) 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. 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