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
This is one of the last "big features" needed before we can ship 0.1.
UIs are big, scary things and I've tried as much as possible to avoid them with a 10 foot pole. But, games without UI are no games at all. VR games, doubly so.
TODO
Refactor current functionality
Add minimal working egui example
Integrate egui into hotham
Interactivity
The text was updated successfully, but these errors were encountered:
- Add the Panel component, which allows users to add objects with rendered text
- Add the Pointers system which allows users to interact with Panels, eg.
clicking buttons, moving cursors etc.
- Closes Basic UI support #93
Description
This is one of the last "big features" needed before we can ship 0.1.
UIs are big, scary things and I've tried as much as possible to avoid them with a 10 foot pole. But, games without UI are no games at all. VR games, doubly so.
TODO
The text was updated successfully, but these errors were encountered: