Skip to content

Instantly share code, notes, and snippets.

View Absulit's full-sized avatar

Sebastian Sanabria Diaz Absulit

View GitHub Profile
@Absulit
Absulit / videotexture1.compute.wgsl
Last active January 5, 2023 15:57
video texture issue in fragment shader
struct Params {
utime:f32,
epoch:f32,
screenWidth:f32,
screenHeight:f32,
mouseX:f32,
mouseY:f32,
sliderA:f32,
sliderB:f32,
sliderC:f32,
@Absulit
Absulit / userscript.user.js
Last active April 3, 2022 00:29
ticosplace
// ==UserScript==
// @name osu! Logo template
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the canvas!
// @author oralekin
// @match https://hot-potato.reddit.com/embed*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant none
// ==/UserScript==