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: almost 5 years ago
Linked from 1 awesome list
compilerdebuggerglslhlslshader-editor
Related projects:
Repository | Description | Stars |
---|---|---|
| A library for debugging and profiling shaders in graphics rendering applications | 33 |
| Software that enables shader replacement and debugging in OpenGL applications | 2 |
| A set of tools to automatically find and simplify bugs in graphics shader compilers | 571 |
| A debugging tool for GLSL shaders by injecting printf-like functionality directly into shader code. | 238 |
| A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 3,344 |
| A C++ library to add lighting effects to 2D games using the SFML framework | 3 |
| A simple DirectX 11 base program for testing shaders and techniques | 87 |
| A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
| A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,872 |
| A tool for inspecting and modifying shaders in OpenGL or Vulkan applications without recompiling the application. | 31 |
| An experimental Rust project that creates shaders from a domain-specific language (DSL) and produces GLSL, Metal, and HLSL shader code. | 11 |
| A tool for building GLSL shaders without programming knowledge using nodes and C | 102 |
| Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 99 |
| A tool for converting HLSL shader code to multiple shading languages | 1,783 |
| A compiler that translates DirectX shader bytecode into various shader languages for use in game engines and other graphics applications. | 855 |