-1

I simulate a high FPS camera and was requested for a desktop app that supports screen drawing in 100 Hertz.

Now it's implemented in .Net (winforms) and I want to learn a new technology. Therefore, I need to show that there aren't performance issues using Electron framework with JS UI.

I searched quite a bit and the max FPS where 60. Is it possible?

Cris Luengo
  • 55,762
  • 10
  • 62
  • 120
Toothless
  • 1
  • 2

1 Answers1

0

Since Electron is using Chromium for rendering, it should be possible.

You could check this by setting the show FPS flag and running a short test:

Show FPS meter Chrome 33

Rapwnzel
  • 272
  • 2
  • 9