From a1391918b3339fb2aa1dc38a3663747704584ffd Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 31 Aug 2026 11:14:49 +0900 Subject: [PATCH 1/2] Tweaks for Mobile * add meta tag for mobile * remove / on closing tag. HTML is not XML * shrink controls on small screens * set `` to `display: block` rather than using `overflow: hidden` to hide the fact that `` defaults to `display: inline` * use `height: 100%` instead of `height: 100vh` so it handles mobile hiding/removing bars. `100dvh` would also work. --- demos/interactive_demo.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/demos/interactive_demo.html b/demos/interactive_demo.html index c8f3957..e16603c 100644 --- a/demos/interactive_demo.html +++ b/demos/interactive_demo.html @@ -1,7 +1,8 @@ - + + Galaxy Stars - GridWise Visualization From dc75a55267186c1b3215ce86bf5e1b08e18f0760 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 31 Aug 2026 11:32:17 +0900 Subject: [PATCH 2/2] Add meta tag to examples for mobile --- benchmarking.html | 1 + examples/reduce_example.html | 1 + examples/reduce_perf.html | 1 + examples/regression.html | 1 + examples/scan_example.html | 1 + examples/scan_pane_example.html | 1 + examples/scan_sort_perf.html | 1 + examples/sort_example.html | 1 + examples/test_wgsl_functions.html | 1 + standalone.html | 1 + 10 files changed, 10 insertions(+) diff --git a/benchmarking.html b/benchmarking.html index e778fed..b5d9d3f 100644 --- a/benchmarking.html +++ b/benchmarking.html @@ -3,6 +3,7 @@ + Benchmarking Sandbox diff --git a/examples/reduce_example.html b/examples/reduce_example.html index f358d18..de97967 100644 --- a/examples/reduce_example.html +++ b/examples/reduce_example.html @@ -2,6 +2,7 @@ + Gridwise's Standalone WebGPU Reduce Primitive Test + Standalone WebGPU Reduce Primitive Test, with Configuration Pane diff --git a/examples/regression.html b/examples/regression.html index cf3be00..f6e60a2 100644 --- a/examples/regression.html +++ b/examples/regression.html @@ -2,6 +2,7 @@ + Gridwise Regression Tests diff --git a/examples/scan_example.html b/examples/scan_example.html index 60fd6ca..8a71e3c 100644 --- a/examples/scan_example.html +++ b/examples/scan_example.html @@ -2,6 +2,7 @@ + Gridwise's Standalone WebGPU Scan/Reduce Primitive Test + Standalone WebGPU Scan/Reduce Primitive Test, with Configuration Pane diff --git a/examples/scan_sort_perf.html b/examples/scan_sort_perf.html index 72de943..430bd3a 100644 --- a/examples/scan_sort_perf.html +++ b/examples/scan_sort_perf.html @@ -2,6 +2,7 @@ + Standalone WebGPU Scan/Reduce/Sort Performance Test diff --git a/examples/sort_example.html b/examples/sort_example.html index de9ff4f..aad031b 100644 --- a/examples/sort_example.html +++ b/examples/sort_example.html @@ -2,6 +2,7 @@ + Gridwise's Standalone WebGPU Sort Primitive Test + WGSL Functions Unit Tests diff --git a/standalone.html b/standalone.html index 1d2197a..b7b7f88 100644 --- a/standalone.html +++ b/standalone.html @@ -3,6 +3,7 @@ + Standalone WebGPU Primitive Test