Zaafar.A
Zaafar.A
I learned this the hard way :) I wonder if there is some place where we can document this. https://github.com/mellinoe/ImGui.NET/issues/177
I think what you are looking for is orthogonal to WPF. Here’s an example (not the best one) for how to do it: https://github.com/zaafar/ClickableTransparentOverlay
> It works fine on Windows, but on Linux, some APIs give the error EntryPoint not found, such as ImGui.PushStyleVar, ImGui.TreeNode, etc. How can I fix this problem? Maybe, it...
I am also trying to solve this issue ( trying to add Chinese chars for my users ). Let me know if there are any ImGui/ImGui.NET issue I should look...
I have finally updated my lib to support custom fonts (English/non-English) loading at run-time (between render frames). Feel free to use it as a reference & close this issue. https://github.com/zaafar/ClickableTransparentOverlay
just uploading the fonts isn't enough, you have to also select them.
Modifying proggyclean.ttf on the file system will not help since proggyclean is embedded into ImGui code. You have to upload a new one and select it.
That happened to me once, long time ago, basically Nvidia wasn’t Rendering the application intel built-in was. Can you go to Nvidia preference and force this application to use Nvidia...
Hi, I am a noob here but since you are out of ideas. This repo is using ImGui.NET and have a plugin system as well. https://github.com/Qvin0000/ExileApi example plugins: https://github.com/Qvin0000/ExileApiPlugins example...
Checkout the docking branch.