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