uimgui icon indicating copy to clipboard operation
uimgui copied to clipboard

ImPlot has jumbled text.

Open CaptainTimberTim opened this issue 4 years ago • 4 comments

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: image 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.

CaptainTimberTim avatar Oct 19 '21 10:10 CaptainTimberTim

When I rebuild the plot's dll I made some mistake and I couldn't find what I did wrong. It is an issue.

psydack avatar Oct 19 '21 12:10 psydack

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.

GeoSpark avatar Mar 10 '22 13:03 GeoSpark

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 avatar Mar 11 '22 21:03 psydack

@psydack @GeoSpark Hey, any progress here?

AgrYpn1a avatar Apr 15 '22 09:04 AgrYpn1a

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.

Vivian-A avatar Jun 09 '23 13:06 Vivian-A

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

smolten avatar Jan 29 '24 21:01 smolten

It seems fixed. Closing. Please, reopen if you need

psydack avatar Mar 20 '24 18:03 psydack