Skip to content
#

robocup

Here are 177 public repositories matching this topic...

IceSentry
IceSentry commented Dec 20, 2021

Currently, the gamepad api is polled using the requestAnimationFrame callback. This is called once per frame. By default, electron is vsynced which means the refresh rate of the application is tied to the refresh rate of the monitor.

It's possible to disable the vsync by adding app.commandLine.appendSwitch('disable-frame-rate-limit') to main/index.ts. It would be nice to also make this conf

Improve this page

Add a description, image, and links to the robocup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the robocup topic, visit your repo's landing page and select "manage topics."

Learn more