shader-playground
Shader analyzer
A website and toolset for exploring and analyzing shader compilers and their output formats.
Shader playground website for exploring HLSL, GLSL, SPIR-V compilers
586 stars
21 watching
46 forks
Language: C
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tgjones/hlsltools | An extension for Visual Studio that enhances support for editing High Level Shading Language (HLSL) files. | 569 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,852 |
jbarczak/pyramid | An offline GUI tool for analyzing and validating shaders written in HLSL or GLSL | 300 |
sleexyz/hylogen | A system for generating and compiling GLSL shaders in Haskell | 481 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
psycholns/gshaderreplacer | Software that enables shader replacement and debugging in OpenGL applications | 2 |
jaredloomis/andromeda | A Haskell-based library for writing and compiling OpenGL shaders | 76 |
gportelli/pocket.gl | A web-based tool for creating and customizing WebGL shaders | 122 |
igjoshua/cljsl | A Clojure-based compiler for converting a subset of Clojure code into GLSL shader code | 23 |
shader-slang/slang | A shading language that facilitates the development and maintenance of large-scale shader codebases with performance and portability in mind. | 2,189 |
gamemakerdiscord/xpanda | Allows code from external files to be included into shaders while handling shader compatibility issues. | 14 |
halvves/shader-doodle | A web-component for creating and rendering fragment shaders in GLSL. | 509 |
fordhurley/glsl-grapher | Visualizes the structure and behavior of GLSL shader functions in a graphical interface. | 26 |
openglinsights/openglinsightscode | OpenGL Insights Source Code provides tools and resources for understanding and optimizing OpenGL functionality | 654 |
google/graphicsfuzz | A set of tools to automatically find and simplify bugs in graphics shader compilers | 569 |