Elementa icon indicating copy to clipboard operation
Elementa copied to clipboard

Support for displaying a UScreen as an Elementa component

Open ChachyDev opened this issue 4 years ago • 2 comments

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

ChachyDev avatar Jul 05 '21 16:07 ChachyDev

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?

FalseHonesty avatar Jul 05 '21 17:07 FalseHonesty

Yeah I believe it would

ChachyDev avatar Jul 06 '21 05:07 ChachyDev