Skip to content

worldmaking/webxr_template

Repository files navigation

WebXR_Template

https://alicelab.herokuapp.com/index.html

https://codepen.io/grrrwaaa/pen/PojXgGK?editors=0010 -- demo using it from a separate website


Client objects include:

  • unique id: 128-bit via UUID library, server managed

  • "room" path: a string to identify which world they are currently in

  • shared:

    • pos, quat (head pose as MVP)
      • streamed continuously with each request for updates, e.g. 10fps
      • root(foot) position (or head height & orientation?)
    • user:
      • user-specific data that only rarely changes, including identification, style, etc., as determined by client
      • ident minimum: name (vetted for uniqueness by server?)
      • MVP: a unique RGB colour

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published