This is where I dump random vibecoded garbage.
Detextour, a perspective-correct texture-from-photo extractor with seamless tiling and high performance, can also be used to fix the tiling of existing textures:
2D graphing calculator, outputting Z as pixel color:
Cubemap individual faces to equirectangular panorama converter:
DDS texture viewer (DXT1 through DXT5, plus BC7):
GLTF-in-a-zip to GLB converter:
GLB model viewer (PBR):
Photoshop “Curves” tool interpolation replication experiment:
PBR texture previewer:
PBR texture generator (see also pbrnet – this is a copy of that, and this copy may become outdated):
Safetensors viewer with geometric organization:
py/ddslop.py: python/numpy-only library for compressing dds files (DXT1/DXT5/BC7) with mipmaps. slightly higher quality BC7 output than texconv’s GPU driver, but slower.