deno-windowing / dwm

Deno Window Manager: Cross-platform window creation and management
https://deno.land/x/dwm
Apache License 2.0
138 stars 10 forks source link

How do I disable Vsync? #20

Closed dgoalcantara closed 1 year ago

dgoalcantara commented 1 year ago

Does dwm exposes the FFI bindings? Need to call glfwSwapInterval(0)

DjDeveloperr commented 1 year ago

Set vsync: false in window options