I have two minor changes to suggest and I'm happy to do them myself.
- A meaningful window title, ie "SDL Renderer", "SDL OpenGL3", "GLFW Vulkan" or similar to indicate which backend it's using. This would make it much easier to track which window is which when you're running multiple for visual comparison.
- A standardized method to exit via the keyboard. I'd recommend ESC except that seems to be used for NK_KEY_TEXT_RESET_MODE so instead I suggest something like CTRL+Q.
I was about to dive into finally giving that "meta-backend" idea of mine a go when I realized I didn't want to deal with testing it without these (especially 1) in first.
Thoughts?
@RobLoach @sleeptightAnsiC
I have two minor changes to suggest and I'm happy to do them myself.
I was about to dive into finally giving that "meta-backend" idea of mine a go when I realized I didn't want to deal with testing it without these (especially 1) in first.
Thoughts?
@RobLoach @sleeptightAnsiC