ShaderDebugger
Shader debugger
A C++ library for debugging and inspecting GLSL and HLSL shaders at runtime.
[DEPRECATED] C++ library for debugging HLSL & GLSL shaders
326 stars
15 watching
21 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list
compilerdebuggerglslhlslshader-editor
Related projects:
Repository | Description | Stars |
---|---|---|
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
psycholns/gshaderreplacer | Software that enables shader replacement and debugging in OpenGL applications | 2 |
google/graphicsfuzz | A set of tools to automatically find and simplify bugs in graphics shader compilers | 569 |
msqrt/shader-printf | A debugging tool for GLSL shaders by injecting printf-like functionality directly into shader code. | 236 |
shader-slang/slang | A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 2,189 |
dfranx/sfmlight | A C++ library to add lighting effects to 2D games using the SFML framework | 3 |
sebh/dx11base | A simple DirectX 11 base program for testing shaders and techniques | 87 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,852 |
graphitemaster/deshade | A tool for inspecting and modifying shaders in OpenGL or Vulkan applications without recompiling the application. | 30 |
not-fl3/nanoshredder | An experimental Rust project that creates shaders from a domain-specific language (DSL) and produces GLSL, Metal, and HLSL shader code. | 11 |
victorfisac/fnode | A tool for building GLSL shaders without programming knowledge using nodes and C | 102 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 98 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |
unity-technologies/hlslcc | A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 854 |