glsl-grapher
Shader visualizer
Visualizes the structure and behavior of GLSL shader functions in a graphical interface.
Visualize GLSL shader functions
26 stars
4 watching
3 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
glslify/glslify | A module system for GLSL shaders | 2,215 |
khronosgroup/glsl | Maintains and develops the GLSL shading language specification and extensions used in graphics rendering. | 345 |
ustymukhman/vite-plugin-glsl | A plugin for Vite that simplifies the management of GLSL shader files in web applications. | 321 |
glslify/rollup-plugin-glslify | This project provides a way to import GLSL (OpenGL Shading Language) strings with a Node.js-style module system. | 58 |
sleexyz/hylogen | A system for generating and compiling GLSL shaders in Haskell | 481 |
halvves/shader-doodle | A web-component for creating and rendering fragment shaders in GLSL. | 509 |
vwochnik/rollup-plugin-glsl | Converts GLSL shader source files to modules | 22 |
tgjones/hlsltools | An extension for Visual Studio that enhances support for editing High Level Shading Language (HLSL) files. | 569 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 98 |
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 87 |
stackgl/glsl-lighting-walkthrough | An in-depth tutorial on custom GLSL lighting with per-pixel shading and various material techniques | 459 |
alaingalvan/crossshader | A tool for converting between different shader languages and compilers. | 282 |
aras-p/hlsl2glslfork | Translates Direct3D 9 style HLSL to GLSL shader language | 558 |