-
-
Save mgmalheiros/49e75c835c7212f02c6f1600cb80aaf8 to your computer and use it in GitHub Desktop.
Shader Workshop - Part 1 - Tixy Land
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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