Hi It's Natalie. ๐
I'm a Web Developer currently working at Spellbook and a second year
CS Student at MUN
I am currently trying to figure out how to spell book having a hard time but I'm pretty sure chatgpt may help :(
previously a satellite at
c-core summer 2024 through to the winter months
(it got cold up
there)
Socials:
nataliec2k5 [at] gmail [dot] com
@grid: 1 / 180px;
background: @shaders(
void main() {
vec2 p = (2. * gl_FragCoord.xy - u_resolution.xy) / u_resolution.y;
p.y += .7;
float width = 1.5;
float height = 1.5;
vec2 n = normalize(vec2(height, width / 2.));
float tri = max(abs(p).x * n.x + p.y * n.y - (height * n.y), -p.y);
float ray = 0.02;
vec3 col = mix(vec3(0.), vec3(1.), 1. - smoothstep(0., ray,abs(tri)));
vec2 center = vec2(0.25, .9);
float dist = length(p - center);
float maxRadius = 1.7;
float fade = 1. - smoothstep(0., maxRadius, dist);
fade = pow(fade, 1.5);
fade = fade < .1 ? 0.0 : fade;
vec2 pBackground = gl_FragCoord.xy / u_resolution.xy;
FragColor = vec4(pBackground.yx + col.yx, 1., fade);
}
);
Made with โโกโฅโฏ
by Natalie ๐