Hsin-chieh Liu

Results 23 comments of Hsin-chieh Liu

> @Stehsaer can you confirm or not? Yes, all feature are complete except the touch wheel. The touch wheel false triggers other buttons when touched, which could cause some issues....

see if you can change the font to Microsoft YaHei UI 把字体换成微软雅黑兼容性可能会好一点

Is it possible to duplicate the whole project to C#(.net) that may help because it may be easier to deal with problems like this (creating a window that looks like...

@Earthcomputer To be honest I don't know java much and i have no way to figure out how the cracker work. Can you provide how this thing works exactly and...

what's more, instead of bar, using a cross may be even better. for this reason I strongly recommend adding a customizable indicator image setting.

https://github.com/Boris-Barboris/AtmosphereAutopilot/blob/9e4323c9ebd91d4250662bec152c23ce8250cca7/AtmosphereAutopilot/Modules/MouseDirector.cs#L119-L145 It's here that should be modified.

Experiencing same problem here with version 2024.521.2. Happening around once every 2~3hrs. Very experience-breaking.

I'm also trying to add HDR support to my vulkan rendering project. I tried a temporary solution of rendering imgui into a separate render target and then composite the imgui...

> Hi @Stehsaer , > > This happens because the separator's decorator is set to fit _the whole line_. I guess VS Code does this way because the scrollbar is...

> Well, I can't interpret what happens here or what should... The only thing that might be an issue here: you should catch by const-reference, not by value. Thanks for...