add sointu, add song, update shader_minifier

This commit is contained in:
2025-06-23 20:49:20 +03:00
parent 076ee0be68
commit 47cb2c965f
19 changed files with 1425 additions and 1053 deletions

View File

@ -6,7 +6,7 @@ uniform sampler2D o;
out vec4 i;
float hash(float c){return fract(sin(dot(c, 12.9898)) * 43758.5453);}
void main(){
i = vec4(0);
i = vec4(0);
for(int t = 0; t < 25; t++){
vec2 uv = gl_FragCoord.xy*2./vec2(1920,1080);
float s1 = hash(float(t+dot(uv,uv)));