phronmophobic/membrane

Support vsync on mac osx for skia backend

phronmophobic opened this issue · 0 comments

We should update the skia backend to use vsync and just repaint when the view changes. The provides good performance, low latency, and low cpu usage when the ui isn't updating.

There may be an issue with glfw on m1 macs that prevents vsync, glfw/glfw#1834