Closed beatgammit closed 7 years ago
Fix for #235, and I used std::time as per #234. I'm not sure if you'd prefer this to happen within Visualizer or have it be more intelligent (e.g. skip drawing, but still listen for events if the last computation took too long).
std::time
Visualizer
This change makes my computer whine less :)
Thanks! :)
I'm not sure if you'd prefer this to happen within Visualizer or have it be more intelligent
Yep, I'll just move the code into the Visualizer.
Fix for #235, and I used
std::time
as per #234. I'm not sure if you'd prefer this to happen withinVisualizer
or have it be more intelligent (e.g. skip drawing, but still listen for events if the last computation took too long).This change makes my computer whine less :)