Skip to content

Instantly share code, notes, and snippets.

@rep-movsd
Created July 23, 2019 14:17
Show Gist options
  • Save rep-movsd/47c2fa5befe41fa7f85a0d43fc34a6bc to your computer and use it in GitHub Desktop.
Save rep-movsd/47c2fa5befe41fa7f85a0d43fc34a6bc to your computer and use it in GitHub Desktop.
Dweet 0 : Intro
/*
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