Skip to content

Instantly share code, notes, and snippets.

View DingoEatingFuzz's full-sized avatar
💻
As you already know, computers

Michael Lange DingoEatingFuzz

💻
As you already know, computers
View GitHub Profile
@alisdair
alisdair / intensify.sh
Created May 21, 2019 23:44
intensifies Slack emoji creator
#!/bin/bash
# Generate a `:something-intensifies:` Slack emoji, given a reasonable image
# input. I recommend grabbing an emoji from https://emojipedia.org/
set -euo pipefail
# Number of frames of shaking
count=10
# Max pixels to move while shaking
@patriciogonzalezvivo
patriciogonzalezvivo / GLSL-Noise.md
Last active July 15, 2024 12:10
GLSL Noise Algorithms

Please consider using http://lygia.xyz instead of copy/pasting this functions. It expand suport for voronoi, voronoise, fbm, noise, worley, noise, derivatives and much more, through simple file dependencies. Take a look to https://github.com/patriciogonzalezvivo/lygia/tree/main/generative

Generic 1,2,3 Noise

float rand(float n){return fract(sin(n) * 43758.5453123);}

float noise(float p){
	float fl = floor(p);
  float fc = fract(p);
@sockdrawermoney
sockdrawermoney / Legacy.txt
Last active March 23, 2017 15:47
"Legacy" as performed by Alana Henderson as Ros in Something Greater Than Artifice, the RealtimeConf production
## "Legacy" by Alana Henderson
[Listen to the MP3](https://cloudup.com/ctZJZshxYSY) or [watch the performance](https://vimeo.com/77273417)
__*leg·a·cy*__
1. *noun*: anything handed down from the past, as from an ancestor or predecessor
2. *adjective*: of or pertaining to old or outdated computer hardware, software, or data that, while still functional, does not work well with up-to-date systems
## Lyrics