Created
July 23, 2019 14:17
-
-
Save rep-movsd/47c2fa5befe41fa7f85a0d43fc34a6bc to your computer and use it in GitHub Desktop.
Dweet 0 : Intro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
u(t) is called 60 times per second. | |
t: elapsed time in seconds. | |
c: A 1920x1080 canvas. | |
x: A 2D context for that canvas. | |
S: Math.sin | |
C: Math.cos | |
T: Math.tan | |
R: Generates rgba-strings, ex.: R(255, 255, 255, 0.5) | |
*/ | |
function u(t) { | |
// Code goes here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment