Dyslex1k / VRC-Skeletal-Hands

An OSC app that reads in Skeletal Input Parameters and sends them to VRChat to animate an avatars hands.
MIT License
30 stars 1 forks source link

GUI cpu bomb workaround on dual GPU PCs. #6

Open LogMeIn-Hamachi opened 4 months ago

LogMeIn-Hamachi commented 4 months ago

Hi! I just wanted to share a workaround for gui making cpu go 90 to 100% on dual gpu PCs.

I figures out this software had the same issue when I saw it used the same GUI template as HAIs dual hip software. For some reason if gui is not actively tabbed into it will make your cpu go 80 to 90%.

So make sure you have the skeleton input gui always on top and tabbed into so the text on top of windows saying skeleton input is black and not white which shows your not fully tabbed into it.

You can click with your mouse on the gui window to make it active.

This should solve the cpu issue.

Dyslex1k commented 4 months ago

Hi! Thanks for pointing this out, I checked the issues on the ImGui GitHub but I found a few. It could be smart to raise it in the issues on their page https://github.com/ocornut/imgui

Dyslex1k commented 4 months ago

I have fixed this in a private version though the unity side is getting a makeover so Earliest I will update is in about 1 week

LogMeIn-Hamachi commented 4 months ago

That's awesome! Thanks for the update.