williamngan / pts

A library for visualization and creative-coding
https://ptsjs.org
Apache License 2.0
5.17k stars 182 forks source link

Better API for rendering without animation loop #156

Open williamngan opened 3 years ago

williamngan commented 3 years ago

Currently users can do this using space.playItems(0) or space.playOnce(...). It's unintuitive.