Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
SHADERed Alternatives
Similar projects and alternatives to SHADERed
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
-
-
-
OpenFrameworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
godot-shaders
A large library of free and open-source shaders for the Godot game engine. Here, you'll get 2D and 3D shaders with playable demos.
-
-
3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
-
-
-
glslcc
Discontinued GLSL cross-compiler tool (GLSL->HLSL, MSL, GLES2, GLES3, GLSLv3), using SPIRV-cross and glslang
-
-
-
-
morphogenesis-resources
Resources on the topic of digital morphogenesis (creating form with code). Includes links to major articles, code repos, creative projects, books, software, and more.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
SHADERed discussion
SHADERed reviews and mentions
-
Confused in terms of where to start with framework/technology etc. Need help picking between learning ShaderToy v/s OpenGL v/s WebGL
If you specifically want to learn shader programming then https://shadered.org/ is a lot more practical than Shadertoy.
-
Graphics effects in the four elements - Shaders in 2D game
I recreated this shader in SHADERed, and if you're interested, you can view its implementation and experiment with your own parameter values and textures. The project can be downloaded here.
-
best shader software?
There's http://shadered.org/ but it's abandoned now.
-
I am an artist(Code-Illiterate) and want to learn how to write shaders. How do I go about it?
That’s why I recommend https://shadered.org/ instead for people who want to learn to use shaders in common contexts.
-
How to display a 2D array every frame
https://github.com/dfranx/SHADERed (useful tool for debugging shader code, has a bit more functionality than doing it in Godot directly)
-
I am developing a GLSL shader editor and I hope you like it!
https://shadered.org/ spent much time on basic editor features like Intellisense and now it seems to be dead. The time would have been better spent fixing/improving the core features like the awesome debugger. Only very late they added a (basic) VSCode integration.
-
Winning shaders at Revision 2022 shader showdown
Hi corysama, thankx for the comment, there is some truth to that yes for sure. As in, in games you writes more vertex / pixel or "surface" shader and then geom, compute. But I have to somehow disagree in terms of lighting. Sure this is raymarching so geometry is procedurally made in the shader, whereas in game shader it is passed with polygonal 3d model. But the lighting / colour shading calculation are the same as with polygonal geometry (ndotL for diffuse pow(max(reflect(dot(-ld,no)... for specular, calculating normals on fly in shader, etc...) so in that respect it will help for game dev style of shaders. Also I would argue that a lot of animation technique and vfx technique in raymarching shaders are similar / useful / reusable with polygonal geometry, like yanimation based on clamping sin and doing easing etc. Therefore doing raymarching shaders is good for becoming vfx artist / technical artist I guess. You are right though to point out the difference, that's clear. Good shout about shadered.org as well. Cheers!
-
Where should I write/edit glsl code?
BTW: https://shadered.org/
- A Review of Shader Languages
-
SHADERed IDE support for Unity?
Hi, is there a plugin that supports using SHADERed IDE to write unity shaders? It has a lot of functionalities than a standard editors and I it can save a ton of time for me. Have already searched the google but have not found anything.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 26 Apr 2025
Stats
dfranx/SHADERed is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of SHADERed is C++.