Backend: macOS/iOS "Metal" port
Being able to have a version run using the native "Metal" API on macOS/iOS would be extremely helpful, as I'm migrating my tool from using the JUCE library, and I would greatly prefer to not rely on "glfw".
If someone has already done something along these lines, please inform me; Google didn't turn up anything useful.
Maybe there is some Metal backend for ImGui to get inspiration from (perhaps https://github.com/floooh/sokol-samples/blob/master/metal/imgui-metal.cc ?).
Yes, Dear ImGui does have a Metal backend; but I was hoping someone had already either ported that or had a similar bit of working code for Nuklear.
I'm posting about my progress porting from JUCE to Nuklear on the 8th forum, if you're interested