polyscope
polyscope copied to clipboard
Make vsync optional
Right now it's always enabled, but this stops simulation loops from running faster than the refresh rate.
On line 1681 of gl_engine.cpp:
glfwSwapInterval(1); // Enable vsync