Skip to content

johnPertoft/llm-shader-toy

Repository files navigation

LLM Shader Toy

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.

llm-shader-toy-example

Supported Features

TODO: supported / non supported shader features, e.g. textures, available uniforms etc.

Develop

npm install
npm run dev

Publish

gh release create <vX.Y.Z>