JavaScript Demos in 140 Characters
4 months ago
- #javascript
- #canvas
- #math
- The function u(t) is called 60 times per second.
- t represents the elapsed time in seconds.
- S is shorthand for Math.sin.
- C is shorthand for Math.cos.
- T is shorthand for Math.tan.
- R is a function that generates rgba-strings, e.g., R(255, 255, 255, 0.5).
- c is a 1920x1080 canvas.
- x is a 2D context for that canvas.