I'm maintaining a project which draws on external window using gpu accelerated offscreen rendering.
The Electron process is spawned as a child process by a another Nodejs cli process. But the offscreen rendering is stuttering when cli console window is minimized. The offscreen window is created with backgroundThrottling disabled.
I have no idea if this is issue of Electron or Windows. Let me know if you know anything about it.