Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Widget App Handler #6418

Merged
merged 12 commits into from
Jun 22, 2022
Merged

Widget App Handler #6418

merged 12 commits into from
Jun 22, 2022

Conversation

HexaField
Copy link
Member

@HexaField HexaField commented Jun 14, 2022

Summary

This PR includes a basic widget abstraction has been implemented to containerize and wrap our various XRUI panels & systems. This allows us to handle the like code between all these panels (such as 3d positioning, enable/disable, show/hide etc) and all potential common future functionality (such as moving & minimising/maximising panels, wrapping in stylised containers like the oculus quest browser does) and allows for easy registration and unregistration of widgets.

  • create a widget registry on the World object
  • can register and unregister widgets
  • can open and close widgets, they are rendered as separate XRUI panels

Future work includes renaming various functions & files. This will be done in a follow up PR to avoid collisions with #6443

References

closes #6364

Checklist

  • If this PR is still a WIP, convert to a draft
  • ensure all checks pass
  • When this PR is ready, mark it as "Ready for review"
  • Changes have been manually QA'd
  • Changes reviewed by at least 2 approved reviewer

QA Steps

List any additional steps required to QA the changes of this PR, as well as any supplemental images or videos.

@HexaField HexaField linked an issue Jun 14, 2022 that may be closed by this pull request
3 tasks
@HexaField HexaField marked this pull request as ready for review June 20, 2022 03:55
@HexaField HexaField requested a review from speigg June 22, 2022 00:58
@HexaField HexaField merged commit c27a428 into dev Jun 22, 2022
@HexaField HexaField deleted the client-panel-widgets branch June 22, 2022 01:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Story] Refactor UI panels into 'widget' paradigm
3 participants