From 322d268de4129979701509897434acd9dfc0072f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Wed, 17 Sep 2025 17:59:06 +0200 Subject: [PATCH] Added GravitySensor demo --- index.html | 2 + standalone/imu-1/3d.html | 204 +++++++++++++++++++++++++++++++++++++++ standalone/imu-1/t1.html | 23 +++++ 3 files changed, 229 insertions(+) create mode 100644 standalone/imu-1/3d.html create mode 100644 standalone/imu-1/t1.html diff --git a/index.html b/index.html index 4ad0232..c607317 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@

Standalone experiments

@@ -36,6 +37,7 @@

Standalone vibe coded utilities/experiments

diff --git a/standalone/imu-1/3d.html b/standalone/imu-1/3d.html new file mode 100644 index 0000000..43eef1c --- /dev/null +++ b/standalone/imu-1/3d.html @@ -0,0 +1,204 @@ + + + + +WebGL Cube Lines (MVP in Shader) + + + + + + + diff --git a/standalone/imu-1/t1.html b/standalone/imu-1/t1.html new file mode 100644 index 0000000..fce7dd9 --- /dev/null +++ b/standalone/imu-1/t1.html @@ -0,0 +1,23 @@ + + + + Accelerometer test + + + + + + \ No newline at end of file