The Art and Science of

comp.graphics

a collection of articles about computer graphics: news, history, fundamentals, graphics programming and applications

  1. Home
  2. Articles
  3. FragCoord.xyz

FragCoord.xyz

FragCoord.xyz

XorDev2026-02-12
Open original article →

Summary

FragCoord is a real-time GLSL fragment shader editor. Write shader code on the left, see the result rendered instantly on the right. No setup required.

Key Ideas

WebGL2-based shader editor
Write, debug GLSL fragment shaders
Share shaders easily online
Powerful tool for shader development

Related Articles