alnysa / godot-shaders

Open-source shaders from our Godot shader secrets series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Shaders

project banner

Godot Shaders is a repository of Free shaders, part of which we made for our course Godot Shader Secrets.

➡ Follow us on Twitter and YouTube for free game creation tutorials, tips, and news! Get one of our Godot game creation courses to support our work on Free Software.

2D dissolve shader, showing a character burning

The shaders

Here's a list of available shaders:

  • X-Ray 2D
  • Distortion (shockwave)
  • Inverted colors
  • Pointilism
  • Outline2D
  • Outline3D
  • 7 color stencil mask simulation (impossible cube)
  • 2D glow
  • 2D baked-in-texture glow control
  • Dissolve 2D
  • Dissolve 3D
  • Blur
  • Water 2D

2D water shader with light support

How to use

You can find the shaders in the Shaders/ directory. Most shaders come with a demo scene. All demos are in the Demos/ directory.

The Intro/ directory contains an intro animation to the shader pipeline, that we use in our shader course.

Contributing

Contributors are welcome!

If you encounter a bug, please open an issue.

If you want to contribute to the project, for instance by fixing a bug or adding a feature, check out our:

  1. Contributor guidelines.
  2. GDScript style guide

Licenses

This project is dual-licensed:

  • The source code is available under the MIT license.
  • Art assets (images, audio files) are CC-By 4.0. You can attribute them to GDQuest and contributors (https://www.gdquest.com/).

About

Open-source shaders from our Godot shader secrets series

License:Other


Languages

Language:GDScript 64.4%Language:GLSL 35.6%