Skip to content

Instantly share code, notes, and snippets.

View AlexLamson's full-sized avatar

Alex Lamson AlexLamson

View GitHub Profile
// gif by dave aka @beesandbombs :)
int[][] result;
float t, c;
float ease(float p) {
return 3*p*p - 2*p*p*p;
}
float ease(float p, float g) {