Skip to content

Instantly share code, notes, and snippets.

View dylansechet's full-sized avatar

Dylan Sechet dylansechet

View GitHub Profile
@dylansechet
dylansechet / generate_dfg_lut.py
Created April 17, 2026 13:50
DFG LUT generation script for bevy
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "numpy>=2.4.4",
# "wgpu>=0.31.0",
# "openexr>=3.3.3",
# ]
# ///
# Run with: uv run --script generate_dfg_lut.py