deshade
Shader inspector
A tool for inspecting and modifying shaders in OpenGL or Vulkan applications without recompiling the application.
dump and replace shaders of any OpenGL or Vulkan application
30 stars
2 watching
3 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
thryrallo/thryeditor | A Unity shader inspector and editor tool focused on VrChat shaders | 114 |
spite/shadereditorextension | An extension for Google Chrome's DevTools that allows live editing of WebGL GLSL shaders. | 619 |
dfranx/shaderdebugger | A C++ library for debugging and inspecting GLSL and HLSL shaders at runtime. | 326 |
tgjones/shader-playground | A website and toolset for exploring and analyzing shader compilers and their output formats. | 586 |
nem0/lumixengine_shader_editor | A visual shader editor for creating and designing shaders in real-time. | 11 |
jbarczak/pyramid | An offline GUI tool for analyzing and validating shaders written in HLSL or GLSL | 300 |
gargaj/bonzomatic | A tool that allows developers to write and experiment with 2D fragment shaders in real-time. | 1,371 |
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
ianacaburian/liveshaderpalette | An interactive graphics development tool for comparing and testing OpenGL shaders | 12 |
gportelli/pocket.gl | A web-based tool for creating and customizing WebGL shaders | 122 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 98 |
fordhurley/glsl-grapher | Visualizes the structure and behavior of GLSL shader functions in a graphical interface. | 26 |