Support for displaying a UScreen as an Elementa component
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Currently in Elementa there is no component to provide a Minecraft GUI (UScreen) as an element. This means that people who would like to incoporate Minecraft GUIs into their own mod have to open the GUI normally making it look tacky.
Describe alternatives you've considered An alternative would be simply opening the Minecraft GUI via the way provided by the version (Minecraft#displayGuiScreen in 1.8.9).
Additional context
In my mind, the most reasonable support for this type of feature would be allowing for Windows to be used as inner components (think of the browsers "iframe" element). Adding support for that wouldn't be so difficult, would it cover your required use case?
Yeah I believe it would