bridge-core / editor

Next generation of bridge., the Minecraft Add-On editor
https://editor.bridge-core.app
GNU General Public License v3.0
142 stars 41 forks source link

Custom UI Previewing (and possibly editing). #192

Open SIsilicon opened 3 years ago

SIsilicon commented 3 years ago

Custom UI is hard enough to make as it is with little documentation. Having a realtime preview window for it can make it easier to understand and faster to develop. The ability to modify the preview directly for a more graphical control would be a plus.

solvedDev commented 3 years ago

Minecraft is currently working on a big rewrite of its UI using browser technologies (HTML, CSS & JavaScript). Because of that, we do not intend to work on improving our support for Minecraft's current UIs using the legacy JSON tech.

We're open to accept external PRs working on that aspect though. Preview functionality: bridge-core/editor Improving the JSON schemas: bridge-core/editor-packages