Skip to content

Instantly share code, notes, and snippets.

@maidopi-usagi
maidopi-usagi / outline_atlas.gdshader
Created January 1, 2025 17:37
Godot AtlasTexture Outline Shader
shader_type canvas_item;
const vec2 VERTICES[4] = vec2[](vec2(0.0),vec2(0.0,1.0),vec2(1.0),vec2(1.0,0.0));
varying vec2 originalUV;
varying flat vec4 regionInfo;
uniform int outline_size:hint_range(0,10) = 1;
uniform vec4 outline_color:source_color = vec4(1.0);
void vertex() {
@CodeIter
CodeIter / termux-pacman-glibc-setup.sh
Last active December 24, 2025 16:21
Setup `glibc-runner` with pacman on Termux and install Deno.JS and Bun.JS .
#!/usr/bin/env -S bash -xeuo pipefail
set -xeuo pipefail
pkg install pacman patchelf \
which time ldd tree
echo
echo
@steve02081504
steve02081504 / _main.md
Last active October 24, 2024 22:12
伺か Advent Calendar 2021 12/17