Skip to content

Instantly share code, notes, and snippets.

@mgmalheiros
Created October 21, 2024 23:54
Show Gist options
  • Save mgmalheiros/49e75c835c7212f02c6f1600cb80aaf8 to your computer and use it in GitHub Desktop.
Save mgmalheiros/49e75c835c7212f02c6f1600cb80aaf8 to your computer and use it in GitHub Desktop.
Shader Workshop - Part 1 - Tixy Land
x/16
y-t
sin(y/8+t)
sin(t-sqrt(x*x+y*y))
min(10-y+sin(x+sin(y+t*4))*5,0)
1-(sin((x&28+y&12)+t)>0?y:x)%4
[z=t-x,tan(y-z),-z/y,y-x%t][t&3]
sqrt(t*t-(x-8)**2-(y-8)**2)+x-y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment