vulkan-shadertoy-launcher
Shader launcher
A tool for launching GLSL shaders in Vulkan, allowing developers to run custom shaders outside of Shadertoy
using C, no external dependencies
72 stars
6 watching
4 forks
Language: C
last commit: 9 months ago
Linked from 1 awesome list
glslshadersshadertoyvulkan
Related projects:
Repository | Description | Stars |
---|---|---|
danilw/shadertoy-to-video-with-fbo | A tool to render Shadertoy shaders directly into video files with support for FrameBuffers and various output formats. | 53 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
pema99/glsl2hlsl | A tool for converting Shadertoy shaders to Unity-compatible shaders | 87 |
jpystynen/vulkantoy | A test app for image shaders using Vulkan and Shadertoy uniform variables. | 32 |
ustymukhman/vite-plugin-glsl | A plugin for Vite that simplifies the management of GLSL shader files in web applications. | 321 |
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 |
psycholns/gshaderreplacer | Software that enables shader replacement and debugging in OpenGL applications | 2 |
fordhurley/glsl-grapher | Visualizes the structure and behavior of GLSL shader functions in a graphical interface. | 26 |
vwochnik/rollup-plugin-glsl | Converts GLSL shader source files to modules | 22 |
alaingalvan/vulkan-seed | A C++ Vulkan starter repository providing a basic structure for building cross-platform renderers and applications. | 77 |
google/shaderc | A collection of tools and libraries for compiling shader code into a graphics pipeline format | 1,852 |
sleexyz/hylogen | A system for generating and compiling GLSL shaders in Haskell | 481 |
tgjones/hlsltools | An extension for Visual Studio that enhances support for editing High Level Shading Language (HLSL) files. | 569 |
google/shaderc-rs | Rust bindings for the shaderc library to compile GLSL/HLSL source code into SPIR-V binary modules or assembly code. | 259 |