polyscope
polyscope copied to clipboard
More flexible animation control flow
Right now, the only way to implement an animation is via userCallback. However, this requires you to put your whole program control flow inside of the callback.
We should offer another option where a user calls a function like polyscope::mainLoopIteration() within their own control flow. The user is responsible for calling it often enough to keep the UI responsive.