From 58fc7f8d6d9c07baea0712c01207896a0d471f04 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 18 Feb 2026 22:36:43 -0600 Subject: [PATCH] Add frontmatter to sparkjs post --- content/posts/sparkjs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/posts/sparkjs.md b/content/posts/sparkjs.md index a441ea1..fbf7711 100644 --- a/content/posts/sparkjs.md +++ b/content/posts/sparkjs.md @@ -1,3 +1,10 @@ +--- +title: "SparkJS: When 3D Graphics Gets a Spark of Genius" +date: "2026-02-18" +category: "web-development" +tags: ["javascript", "3d-graphics", "webgl", "threejs"] +--- + # ✨ SparkJS: When 3D Graphics Gets a Spark of Genius Remember when we had to deal with triangles? The old days. We'd model a sphere, and it looked like a sphere made of 20 tiny triangles. Smooth? Maybe. Exciting? Not really.