From 7541482a32263972b258b6f05c6b0eb70b08bbb4 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 7 Mar 2024 13:06:14 -0800 Subject: [PATCH] make external links work Adds @toji's examples Also makes `description` to be markdown. I considered HTML but I think markdown is easier to review and less likely to encourage anything more than **bold** `code`, and links and showdown, the markdown library, didn't have lots of dependencies. --- index.html | 4 ++-- package-lock.json | 31 +++++++++++++++++++++++++++++++ package.json | 2 ++ public/css/SampleLayout.css | 6 ++++++ public/css/styles.css | 2 ++ rollup.config.js | 1 + sample/bundleCulling/meta.ts | 10 ++++++++++ sample/clusteredShading/meta.ts | 10 ++++++++++ sample/metaballs/meta.ts | 10 ++++++++++ sample/pristineGrid/meta.ts | 10 ++++++++++ sample/spookyball/meta.ts | 10 ++++++++++ src/main.ts | 30 ++++++++++++++++++++++-------- src/samples.ts | 22 +++++++++++++++++++++- 13 files changed, 137 insertions(+), 11 deletions(-) create mode 100644 sample/bundleCulling/meta.ts create mode 100644 sample/clusteredShading/meta.ts create mode 100644 sample/metaballs/meta.ts create mode 100644 sample/pristineGrid/meta.ts create mode 100644 sample/spookyball/meta.ts diff --git a/index.html b/index.html index 833d737c..c653d30d 100644 --- a/index.html +++ b/index.html @@ -67,12 +67,12 @@ Other Pages