# Image pipeline (WebGL)

**Category:** Showcases  
**Live demo:** https://xenolithengine.github.io/xenolith-graph/examples/image-pipeline/  
**Frameworks shipped:** react

## Description

A real image-filter pipeline — Source → Exposure → Saturation → Hue → Blur → Vignette → Result. Each node is a live GLSL fragment pass. Drag a slider and the result re-renders; drop your own image; download the PNG.

## Source files

  - [react] demos/ImagePipelineDemo.tsx
  - [react] shared/image-pipeline.ts

## How to use this example

Open the live demo at https://xenolithengine.github.io/xenolith-graph/examples/image-pipeline/ to interact with it in the browser. The same source files are
reproduced verbatim in the page so you can copy-paste into your own project. Every example is
self-contained — pick one, copy the files, install `@xenolithengine/graph-editor` + the relevant framework
adapter, and it runs.

## See also

- Full project docs: https://xenolithengine.github.io/xenolith-graph/llms.txt
- All examples (raw): https://xenolithengine.github.io/xenolith-graph/api/graphs.jsonl
- MCP tool catalog: https://xenolithengine.github.io/xenolith-graph/api/mcp-tools.json
- Repository: https://github.com/XenolithEngine/xenolith-graph
