From 4e9037f6e954d5b14afaba1d9082e66bd41e1a70 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sat, 1 Nov 2025 14:51:47 +0000 Subject: [PATCH] doc: sort TODOs --- main.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index cbdfcae..71b4e28 100644 --- a/main.js +++ b/main.js @@ -1,11 +1,12 @@ +// TODO: chore: embed dependencies // TODO: refactor: make cap/end naming consistent +// TODO: refactor: extract components to different files +// TODO: feat: check xr support // TODO: feat: detect hands -// TODO: feat: depth // TODO: feat: detect surfaces // TODO: feat: anchor between sessions -// TODO: feat: check xr support -// TODO: refactor: extract components to different files -// TODO: chore: embed dependencies +// TODO: feat: depth +// https://medium.com/@ramithrodrigo/webxr-device-api-depth-sensing-an-introduction-72accf544e3d // TODO: feat: generate random puzzle import * as THREE from 'three';