Sketches that have some plumbing already set up, but don't do anything themselves. Good to use as a starting point for your own exploration.
- thing: demonstrates the 'thing' interaction pattern (using DOM)
- things: like 'thing', but any number of things (using DOM). If you want to see a version that does something, see ../dom/things.
- thing-canvas: Canvas that fills the viewport and continually redraws based on state.
- things-canvas: Canvas that fills the viewport and continually redraws a set of things. Useful for particle effects. If you want to see a version that does something, see ../visuals/thing-canvas.
- state machine
- oscillator
- envelopes
- canvas: basic drawing loop
- things-canvas: basic drawing loop with the things model