Skip to content

Instantly share code, notes, and snippets.

View thepelkus-too's full-sized avatar

Kai Curtis thepelkus-too

View GitHub Profile
@thepelkus-too
thepelkus-too / 002_reimpl.pde
Created December 24, 2018 08:35
Reimplementation of / variation on thespite's loop 002
// Reimplementation of / variation on @thespite's loop 002
// Original src: https://github.com/spite/looper/blob/master/loops/2.js
// Original running in browser: https://spite.github.io/looper/#2
int WINDOW_WIDTH = 400;
int WINDOW_HEIGHT = 400;
float loopDuration = 100.0;
void setup() {