glslScene
Shader developer toolkit
A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration.
glslScene provides an environment for testing and developing GLSL shader programs.
16 stars
3 watching
0 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
tgjones/hlsltools | An extension for Visual Studio that enhances support for editing High Level Shading Language (HLSL) files. | 569 |
sleexyz/hylogen | A system for generating and compiling GLSL shaders in Haskell | 481 |
danilw/vulkan-shadertoy-launcher | A tool for launching GLSL shaders in Vulkan, allowing developers to run custom shaders outside of Shadertoy | 72 |
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 75 |
gargaj/bonzomatic | A tool that allows developers to write and experiment with 2D fragment shaders in real-time. | 1,371 |
danielscherzer/glsl | A Visual Studio extension that provides syntax highlighting, code completion, and error tagging for the GLSL programming language used in graphics programming. | 258 |
glslify/glslify | A module system for GLSL shaders | 2,215 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |
vwochnik/rollup-plugin-glsl | Converts GLSL shader source files to modules | 22 |
axmolengine/glslcc | A cross-compiler tool that converts GLSL shader code to various graphics pipeline languages | 4 |
gamemakerdiscord/xpanda | Allows code from external files to be included into shaders while handling shader compatibility issues. | 14 |
gwiazdorrr/cxxswizzle | Converts GLSL shader code to C++17-compatible code | 186 |