You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A peripheral that opens a more traditional menu GUI which isn't pixelated and is controlled by code.
Describe alternatives you've considered if you've any
trying to make a GUI in the AR glasses, but Getting input working well is difficult.
Additional context
The peripheral object would contain various functions like Button, Panel, Text Input, Text, Scrollable Panel, Draggable panel, Tabbed Panel... which would create "Components" (Panels can have children, and all have a position + size? in their parent)
It would also contain a GUIRoot property which would the top level component which could be a basic panel which is the full screen size. This could be useful to create interfaces with higher resolution graphics (item icons) and more responsive UI.
The text was updated successfully, but these errors were encountered:
I'm going to reject that feature request since it just too complex for the project
maybe there will be someone willing to add this feature in the future. The feature is listed in the Smart Glasses backlog
Describe your feature idea
A peripheral that opens a more traditional menu GUI which isn't pixelated and is controlled by code.
Describe alternatives you've considered if you've any
trying to make a GUI in the AR glasses, but Getting input working well is difficult.
Additional context
The peripheral object would contain various functions like Button, Panel, Text Input, Text, Scrollable Panel, Draggable panel, Tabbed Panel... which would create "Components" (Panels can have children, and all have a position + size? in their parent)
It would also contain a GUIRoot property which would the top level component which could be a basic panel which is the full screen size. This could be useful to create interfaces with higher resolution graphics (item icons) and more responsive UI.
The text was updated successfully, but these errors were encountered: