ImPlot has jumbled text.
Hi,
I'm trying to use ImPlot but it seems that does not work properly.
I saw that in the table of the ReadMe it only has a ~, but in the Issue where you 'introduced' implot it dies seem like it should work properly (https://github.com/psydack/uimgui/issues/2#issuecomment-873524663).
If I use the ShowDemoWindow.cs sample it looks like this:
All the other stuff works properly, only the ImPlot text is wrong. (The window on the right, is the ImPlot demo window).
Maybe I am missing something... but Im not sure.
When I rebuild the plot's dll I made some mistake and I couldn't find what I did wrong. It is an issue.
Has there been any movement on this? Is it a problem with Unicode or something, do you think? I don't mind getting my hands dirty to try to fix it, so any indication of where I might start looking would be great.
Sorry, no updates since last year. I'm having bad time to run things on mac. You could start looking how to build everything asescribed on readme.
piece from readme You can build your ImGui.NET using my custom repo: ImGui.NET and ImGui.NET-nativebuild
@psydack @GeoSpark Hey, any progress here?
It's not super helpful, but at our custom fork, we have a working ImPlot dll. The build steps are a goddamn nightmare though, and I never got around to documenting them. If you desperately need ImPlot, I think our fork is the only one that has it functioning.
I wish ImGui.ShowDemoWindow() was not inside of a DLL. Guess I can just read the C++ repo though. Anyways, happy to have such a nice alternative to dealing with Unity RectTransforms
It seems fixed. Closing. Please, reopen if you need