godot-gles2-debanding-material
Debanding shader
Adds debanding noise to a material shader to alleviate banding effects in GLES2 rendering
Simple material shader with added debanding noise for use with GLES2 renderer that does not support full-screen debanding
33 stars
1 watching
2 forks
Language: GLSL
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
brutpitt/glslsmartdenoise | A C++ implementation of a fast spatial de-noising filter using a circular Gaussian kernel with configurable parameters. | 254 |
stegu/webgl-noise | Provides GLSL procedural noise functions compatible with WebGL | 493 |
xrayez/godot-anl | A Godot Engine module providing noise generation capabilities with a visual editor and modular components. | 111 |
gamemakerdiscord/xpanda | Allows code from external files to be included into shaders while handling shader compatibility issues. | 14 |
stegu/psrdnoise | Tiling simplex flow noise generation for graphics and simulations | 244 |
google/graphicsfuzz | A set of tools to automatically find and simplify bugs in graphics shader compilers | 569 |
dfranx/shaderdebugger | A C++ library for debugging and inspecting GLSL and HLSL shaders at runtime. | 326 |
msqrt/shader-printf | A debugging tool for GLSL shaders by injecting printf-like functionality directly into shader code. | 236 |
psycholns/gshaderreplacer | Software that enables shader replacement and debugging in OpenGL applications | 2 |
khronosgroup/glsl | Maintains and develops the GLSL shading language specification and extensions used in graphics rendering. | 345 |
godot-extended-libraries/godot-antialiased-line2d | An add-on for Godot 3.x that improves the rendering of lines and polygons with antialiasing capabilities. | 131 |
hiulit/godot-3-2d-crt-shader | A shader that simulates the look of old CRT TVs by warping and scanning an image | 302 |
briansharpe/wombat | An efficient GLSL procedural noise library for generating textures without texture sampling | 223 |
grisgram/gml-outline-shader-drawer | A GameMaker Studio 2 shader that draws detailed outlines around sprites with adjustable strength, color, and animation effects. | 20 |
xiangz-0/gem | This project proposes a method to generalize event-based motion deblurring in real-world scenarios using a scale-aware network and a two-stage self-supervised learning scheme. | 31 |