To note: Javascript is not running in this browser environment. Our apologies, but this demo has not yet been updated to support progressive enhancement.
Test purpose
- Setup the Particle system, and a set of buffers with associated Forces.
- Check that when a particle hits a buffer, the particle immediately changes color to match that buffer's color.
- The lower the buffer in the canvas, the further the particles should penetrate it before being turned aside (because: gravity).
- Drag the buffer circles around the canvas; check that their associated Force remains with them.
- Double-click on the canvas, then check library hygeine: there should be only 14 entitys.
Touch test: not required.
Annotated code