This is a simple web app that allows you to write and run simple GLSL shaders in the browser with the help of an LLM.
TODO: supported / non supported shader features, e.g. textures, available uniforms etc.
npm install
npm run dev
gh release create <vX.Y.Z>