Skip to content

Instantly share code, notes, and snippets.

View Binxly's full-sized avatar
🤗

Zackary Binx Binxly

🤗
View GitHub Profile
@beesandbombs
beesandbombs / spinCubes.pde
Created February 3, 2023 15:10
spinning cubes
float[][] result;
float t, c;
float ease(float p) {
p = c01(p);
return 3*p*p - 2*p*p*p;
}
float ease(float p, float g) {
// by davey @beesandbombs
float[][] result;
float t, c;
float ease(float p) {
p = c01(p);
return 3*p*p - 2*p*p*p;
}
@AveYo
AveYo / .. MediaCreationTool.bat ..md
Last active May 25, 2024 11:30
Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat