Ross Marc

Results 2 comments of Ross Marc

@framerate I use Electron Builder to build for both Windows and MacOS on a single Mac machine and then created a custom Node script that uses the SteamCMD tools to...

As Morthy said, you can use a fullscreen animation to force Chrome to render at 30/60fps. I found it easier to call https://www.electronjs.org/docs/api/web-contents#contentsinvalidate 30 times a second. Obviously might have...