gled 2.1.1

gled is an application for creating animations and effects on artnet or wled light installations
1
2
3
fn animation(coord: vec2<f32>, beat_progression: f32) -> vec3<f32> {
	return vec3<f32>(0.0, 0.0, 0.0);
}