Closed ultraq closed 3 years ago
Something to look at for rendering text:
Or any Java versions of ImGui? https://github.com/ocornut/imgui
Got something working using https://github.com/SpaiR/imgui-java 🎉 However, it has some issues when I use the legacy renderer and so if I follow through on this then it might be time to fully remove the legacy renderer and make the modern one the default
Woo!
I should look into font rendering in OpenGL and then use it to be able to emit the logging output to the display. It would be nicer to see the logs happening on the screen, rather than having to go back to the files that are emitted to disk after the fact.
Given that, would it be possible to write a logger that works with SLF4J/Logback for this purpose? Would rather have a single way to configure logging 🤔