awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
steincodes avatar

steincodes/godot-shader-tutorials

0
View on GitHub↗
90 stars·10 forks·GLSL·MIT·15 views

Godot Shader Tutorials

Basic godot shader tutorial projects from my youtube tutorials.

Features

  • Shader Tools - Outline shader for game objects.

Star history

Star history chart for steincodes/godot-shader-tutorialsStar history chart for steincodes/godot-shader-tutorials

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Godot Shader Tutorials

Similar open-source projects, ranked by how many features they share with Godot Shader Tutorials.
  • alaingalvan/crossshaderalaingalvan avatar

    alaingalvan/CrossShader

    308View on GitHub↗

    ⚔️ CrossShader

    C++
    View on GitHub↗308
  • alaingalvan/image-editor-effectsalaingalvan avatar

    alaingalvan/image-editor-effects

    103View on GitHub↗

    Image processing effects used in image editors like Adobe Photoshop or GIMP are used to composite different layers and adjust the overall appearance of an image. These effects build upon research in areas such as signal processing, statistics, and mathematical analysis, and applies them to…

    TypeScript
    View on GitHub↗103
  • dfranx/shadereddfranx avatar

    dfranx/SHADERed

    4,765View on GitHub↗

    SHADERed is a cross-platform shader development environment and debugger used for authoring vertex, pixel, and compute shaders. It functions as an integrated editor for writing and compiling shader code while providing live visual previews and the ability to configure render pipeline states. The tool features a GLSL shader debugger that enables line-by-line execution with breakpoints and variable watches to resolve visual logic errors. It includes a shader asset manager for importing 3D models and textures as data inputs and supports an extensible plugin system to integrate new languages and

    C++
    View on GitHub↗4,765
  • khronosgroup/glslangKhronosGroup avatar

    KhronosGroup/glslang

    3,533View on GitHub↗

    Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.

    C++compileresslglsl
    View on GitHub↗3,533
See all 8 alternatives to Godot Shader Tutorials→

Frequently asked questions

What does steincodes/godot-shader-tutorials do?

Basic godot shader tutorial projects from my youtube tutorials.

What are the main features of steincodes/godot-shader-tutorials?

The main features of steincodes/godot-shader-tutorials are: Shader Tools.

What are some open-source alternatives to steincodes/godot-shader-tutorials?

Open-source alternatives to steincodes/godot-shader-tutorials include: alaingalvan/crossshader — ⚔️ CrossShader. alaingalvan/image-editor-effects — Image processing effects used in image editors like Adobe Photoshop or GIMP are used to composite different layers and… dfranx/shadered — SHADERed is a cross-platform shader development environment and debugger used for authoring vertex, pixel, and compute… khronosgroup/glslang — Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator. khronosgroup/spirv-cross — SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high… omarshehata/webgl-outlines — This is the source code for How to render outlines in WebGL & Better outline rendering using surface IDs with WebGL…