FNode
Shader builder
A tool for building GLSL shaders without programming knowledge using nodes and C
Tool based in nodes to build GLSL shaders without any programming knowledge written in C using OpenGL and GLFW.
102 stars
9 watching
15 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
fnodeglslglsl-shadersnodenodesopenglprogramming-knowledgeraylibshadersshadingshading-language
Related projects:
Repository | Description | Stars |
---|---|---|
not-fl3/nanoshredder | An experimental Rust project that creates shaders from a domain-specific language (DSL) and produces GLSL, Metal, and HLSL shader code. | 11 |
fordhurley/glsl-grapher | Visualizes the structure and behavior of GLSL shader functions in a graphical interface. | 26 |
jwurzer/glslscene | A tool for testing and developing GLSL shader programs with features like hot reloading, GUI editing, C scripting, and OpenGL configuration. | 16 |
dfranx/shaderdebugger | A C++ library for debugging and inspecting GLSL and HLSL shaders at runtime. | 326 |
tsteinholz/loveshaderconverter | A tool to convert shaders from one GLSL variant to another | 75 |
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 |
docd27/rollup-plugin-glsl-optimize | Optimizes GLSL shaders for performance using Khronos tools and compiler | 36 |
azhirnov/glsl_trace | A library for debugging and profiling shaders in graphics rendering applications | 32 |
saschawillems/spirv-vsextension | A Visual Studio extension that simplifies compilation of GLSL and HLSL shaders to SPIR-V binary | 92 |
nomoresleep/hlslparser | Translates legacy shader code to modern OpenGL and Metal shading languages | 3 |
deanthecoder/glslshadershrinker | Automates optimization and reformatted GLSL shader code to reduce size while preserving readability | 98 |
gamemakerdiscord/xpanda | Allows code from external files to be included into shaders while handling shader compatibility issues. | 14 |
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 |
microsoft/shaderconductor | A tool for converting HLSL shader code to multiple shading languages | 1,775 |