Casey Rodarmor
Casey Rodarmor
Add example doesn't include `reboot()` at the beginning, to demonstrate what happens if you re-execute a program without reboot
Add a widget that allows tapping out a beat, which then returns the amount of time between beats? Not sure exactly what form this should take, but for quickly syncing...
It's gotta happen. Banging techno and degenerate visuals in VR.
There should be a way to hide everything but the canvas.
Returns `true` once, after it fires?
This interferes with the way that we're using reboot in this program: ``` while(true) { reboot(); rotateColor('green', 0.05 * TAU); circle(); scale(0.5 * elapsed() / 20000); wrap(); for (let i...
- Move them into the `examples` folder - Read all `js` files in `examples` and run them as image tests - How do we order them? They should be ordered...