new demoscene game: letters of the alphabet
category: residue [glöplog]
post letters defined by formulas like these, normalized around -0.5,-1 and 0.5,1:
A: (not normalized around points)
-0.25<z<0.25
0<y<2
(4-y)/2-0.5<x<y/2+0.5
0.5<y<1
(4-y)/2<x< y/2
B: (normalized around the defined points -0.5,-1 and 0.5,1)
-0.25<z<0.25 && -1.0<y<1.0
-0.5<x<0
0<x<0.5
0.125<length(xy-(0,0.5))<0.5
0.125<length(xy-(0,-0.5))<0.5
heres the rendered result for B:
lets see if we can go through the entire alphabet
A: (not normalized around points)
-0.25<z<0.25
0<y<2
(4-y)/2-0.5<x<y/2+0.5
0.5<y<1
(4-y)/2<x< y/2
B: (normalized around the defined points -0.5,-1 and 0.5,1)
-0.25<z<0.25 && -1.0<y<1.0
-0.5<x<0
0<x<0.5
0.125<length(xy-(0,0.5))<0.5
0.125<length(xy-(0,-0.5))<0.5
heres the rendered result for B:
lets see if we can go through the entire alphabet
Code:
-0.25<z<0.25 && -1.0<y<1.0
-0.5<x<0
0<x<0.5
0.125<length(xy-(0,0.5))<0.5
0.125<length(xy-(0,-0.5))<0.5
with tabs
opaque