Flow Functions

loop_[frequency]()

"loop_..." will automatically execute at the frequency specified.

  • loop_1hz
  • loop_15hz
  • loop_30hz
  • loop_60hz
  • loop_frame
loop_frame(() => {
  // Your code every frame here
});
loop_30hz(() => {
  // Your code at 30hz here
});

 

Community of Makers

Our Discord has evolved into a vibrant hub for widget creators. Seek answers to your questions, and showcase your innovative widgets to a community of passionate makers.