gled 2.8.0

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>(1.0, 0.0, 0.0);
}