Skip to content

Instantly share code, notes, and snippets.

View dybdeskarphet's full-sized avatar
🐀
clever rats running around the opera house

arda dybdeskarphet

🐀
clever rats running around the opera house
  • 05:27 (UTC +03:00)
View GitHub Profile
animations {
window-open {
duration-ms 500
curve "linear"
custom-shader r"
vec4 open_color(vec3 coords_geo, vec3 size_geo) {
if (coords_geo.x < 0.0 || coords_geo.x > 1.0 ||
coords_geo.y < 0.0 || coords_geo.y > 1.0)
return vec4(0.0);