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
Obsidian needs a GUI API. I've committed a bit back a draft of a GUI system based on Visual Studio rendered by the Caustic rendering library. This is a monumental task to finish and if an existing solution could be dropped in, with minor changes, and work I'm all ears.
Running ideas:
Create bridge-over JavaFX rendering in LWJGL
Continue submitting work to our own GUI API. Will require a massive amount of time and maintenance
I welcome any ideas.
The text was updated successfully, but these errors were encountered:
JavaFX would allow us to focus elsewhere instead of sitting here and creating a control for everything. Especially since most of us don't really OpenGL very well.
We can also set our own look and feel for JavaFX controls which would allow us to style them how we'd like them to be. Could allow two styles by default. "Obsidian" and "Minecraft". Would take some effort to make a L&F though.
Obsidian needs a GUI API. I've committed a bit back a draft of a GUI system based on Visual Studio rendered by the Caustic rendering library. This is a monumental task to finish and if an existing solution could be dropped in, with minor changes, and work I'm all ears.
Running ideas:
I welcome any ideas.
The text was updated successfully, but these errors were encountered: