Use-Cases / Feature Requests #13
Replies: 3 comments 2 replies
-
For Third Room I'd like to have a general scene-graph API. You will be able to set the environment for a room and that environment can have a bundled script that can control the whole environment's scene graph. It might have elevated privileges in that it can create / spawn additional objects, has no boundaries, increased resource limits, etc. Objects / avatars that are embedded in the environment may have their own scripts and control their own scene graph. However, these may have a reduced set of permissions, such that an object / avatar cannot expand to fill the entire room, or over-allocate system resources, etc. |
Beta Was this translation helpful? Give feedback.
-
https://stardustxr.org/docs/stardust-protocol/protocol something similar to the Stardust protocol (but remade to fit WASM) that includes stuff like input handlers, zones, item acceptors, etc. SDFs are insanely important for XR interaction and work very well with 2D interaction as well. |
Beta Was this translation helpful? Give feedback.
-
Is this topic more general than WASM? What we are discussing here seems a general API that could work just as well with Javascript rather than WASM (that might be a more natural place to start?). Anything that works in JS usually has a natural binding to WASM. |
Beta Was this translation helpful? Give feedback.
-
In this thread we can post the use-cases we have in mind for our respective platforms and feature requests for things we'd like to see.
Beta Was this translation helpful? Give feedback.
All reactions