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
This is a bit more complicated than first appears. The bindings that come with cimgui dont use IMGUI_USE_WCHAR32 or IMGUI_USER_CONFIG by default. Perhaps it is better to just drop cimgui, and then write the renderer in C++? This would let us ImGUI without having to involve another step, though we would still want to expose a nice C interface.
This should be a simple matter of using a font with proper unicode support in ImGui.
The text was updated successfully, but these errors were encountered: