SD - Shader Debug

Real-time Shader Development Tooling

Overview

A powerful tool for live previewing and debugging GLSL and HLSL shaders. Features hot-reloading, 3D visualization, and deep introspection. Live Web preview coming soon :)

// Example Shader Code
#version 450

layout(location = 0) out vec4 outColor;

void main() {
    outColor = vec4(1.0, 0.0, 1.0, 1.0);
}

Key Features

  • Live Hot-Reloading
  • SPIR-V Support
  • 3D Mesh Visualization
  • Performance Profiling