Hey,
Would it be OK to add a “Pause” button on the Playground so that the renderloop stops ?
For example when working on a laptop, I have sometimes the hardware going FULL FAN mode, and basically burning while I’m editing a PG code, and sometimes I just don’t want it to continue running.
Could be handy to be able to pause, instead of just leaving the page and continue coding in IDE before coming back… I know that eventually another solution is pausing the JS execution with the Debugger, but not very handy.