Row on Nostr: Weee it's working!! Some clients like Primal are making my url dissapear tho T___T ...
Published at
2025-01-07 07:20:07Event JSON
{
"id": "c38777b3c3d04efb8829243160d2a0622d580a633a78f3de8ea0e6fc52e307bd",
"pubkey": "e460cb14ba897786a6758c153eb915eaa55ccb6818153d47f55ebce101bb5ced",
"created_at": 1736234407,
"kind": 1,
"tags": [
[
"r",
"https://rowdaboat.github.io/glostr/#npub1u3svk99639mcdfn43s2nawg4a2j4ejmgrq2n63l4t67wzqdmtnks2uxaql"
],
[
"t",
"version"
]
],
"content": "Weee it's working!!\nSome clients like Primal are making my url dissapear tho T___T\n\nWatch this shader in action and play with its code at https://rowdaboat.github.io/glostr/#npub1u3svk99639mcdfn43s2nawg4a2j4ejmgrq2n63l4t67wzqdmtnks2uxaql\n\n```glsl\n#version 300 es\nprecision mediump float;\n\nuniform vec2 u_resolution;\nuniform float u_time;\n\nout vec4 fragColor;\n\nvoid main() {\n vec2 uv = gl_FragCoord.xy / u_resolution;\n\n fragColor = vec4(\n uv.x,\n uv.y * sin(u_time * 5.0),\n cos(u_time * 5.0),\n 1.0\n );\n}\n```",
"sig": "897821bab7a7589dd92403c665e224d71c6dc7b9337ed22e7986a4a71eac6c48b011536d9d57bd8e288999f11bae4ec68b2323ac1384742cee5a8b5147fe1ead"
}