A single-file interactive WebGL demo: a dark UI cloth lab with a wind-driven August Wheel banner, custom Verlet-style cloth physics, and a canvas-generated texture.
The demo is fully self-contained in index.html: no npm install, no external libraries, no API keys, and no build step.
Open index.html directly in a browser, or serve the folder:
python3 -m http.server 4173Then visit http://127.0.0.1:4173/.
This is a static site. Point Vercel at the repository root and leave the build command empty.
See PROMPT.md for a reusable prompt that asks an AI coding tool to generate the same kind of one-page interactive cloth lab.