You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cheers @hx2A, this example assumes you are in an environment where py5.run_sketch() is non-blocking by default (the Jupyter Notebook environment if remember correctly). Maybe you should make and example where an event like a a key pressed triggers the stats printing?
There are probably other examples that make the same assumption.
The text was updated successfully, but these errors were encountered:
There are probably other examples that make the same assumption.
This is in 14 other places. For some of them, there isn't a way to re-write the examples to work if py5.run_sketch() is blocking. For those, I will change the example to use py5.run_sketch(block=False), which doesn't make any assumptions.
From @villares on mastodon:
There are probably other examples that make the same assumption.
The text was updated successfully, but these errors were encountered: