Give more affordance to identity #84

Open
opened 2026-05-11 14:22:50 +00:00 by utopiah · 3 comments
Owner

Even though there is no PII (no name, no email, etc) there is still a nickname.

That nickname helps others to find content to play and remix.

Unfortunately it is mostly showcased in 2D on the onboarding page.

Consider putting it on the "glove" of the player as this is the most visible yet unobtrusive (less than a HUD) part.

Even though there is no PII (no name, no email, etc) there is still a nickname. That nickname helps others to find content to play and remix. Unfortunately it is mostly showcased in 2D on the onboarding page. Consider putting it on the "glove" of the player as this is the most visible yet unobtrusive (less than a HUD) part.
utopiah added the Beyond NLNet2025-04 label 2026-05-11 14:22:52 +00:00
Author
Owner

Could rely on

e.g.


let el = document.createElement("a-troika-text")
el.id = 'nicknameel'
el.setAttribute("value", nickname)
el.setAttribute("scale", ".1 .1 .1")
AFRAME.scenes[0].appendChild(el)
document.querySelector("#leftHand").setAttribute("wristattachsecondary", "target: #nicknameel")
// might need a child entity for rotation and vertical offset to remain readible

Could rely on - `wristattachprimary/wristattachsecondary` JXR core component - `bindToJoint()` or `bind-element-to-finger__...` in https://git.benetou.fr/utopiah/spasca-fot-sloan-q4/src/branch/main/data/index.html e.g. ```javascript let el = document.createElement("a-troika-text") el.id = 'nicknameel' el.setAttribute("value", nickname) el.setAttribute("scale", ".1 .1 .1") AFRAME.scenes[0].appendChild(el) document.querySelector("#leftHand").setAttribute("wristattachsecondary", "target: #nicknameel") // might need a child entity for rotation and vertical offset to remain readible ```
Author
Owner

Consider #98 as potential "hand tattoo".

Consider https://git.benetou.fr/utopiah/biggu_s_gate/issues/98 as potential "hand tattoo".
Author
Owner

Consider #30 as potential "bracelets" that one could attach on wrist.

Consider https://git.benetou.fr/utopiah/biggu_s_gate/issues/30 as potential "bracelets" that one could attach on wrist.
utopiah added the Remixing label 2026-05-29 12:26:18 +00:00
utopiah removed the Beyond NLNet2025-04 label 2026-05-29 13:34:36 +00:00
Sign in to join this conversation.