Bubobubobubobubo / topos

Web Based Live Coding Environment. Inspired by the Monome Teletype.
https://topos.live
GNU General Public License v3.0
27 stars 10 forks source link

Threshold for code evaluation #123

Open Bubobubobubobubo opened 10 months ago

Bubobubobubobubo commented 10 months ago

Topos is full of footguns. It is quite easy to evaluate things that will spike the CPU: voronoi().out() (without any time filter). It is also quite easy and natural to make that mistake.

Is it possible to imagine having a threshold for code evaluation only for some operations?