Skip to content

MrEliptik/shader_experiments

Repository files navigation

Shaders experiments

As I'm trying to learn shaders with Godot, I'm sharing them here for the community to use! You can also find most of them on Godot shaders

If you want more Godot experiments, checkout my Godot experiments.

Images & GIFS

Structure

Every shader has its own folder with everything needed inside.

This will probably duplicate some assets, but at least you know that if you want a particular shader, you can just copy its folder.

.
├── 2D
│   ├── dissolve_burn           # dissolve shader with burn edge
│   ├── loading                 # loading effect color over grayscale
│   ├── scratch_card            # scratch card effect
│   ├── screen slash            # screen slash shader
│   ├── tiled_texture_in_mask   # tile a pattern inside a mask
│   └── waving_flag             # 2D waving flag
└── 3D                    
    ├── waving_flag             # 
    ├── xxxx                    # 
    └── xxxx                    #

About me

Software engineer & gamedev. 3D, 2D & VR.

Get exlusive content and access to my game's source code

Patreon link

If you enjoyed this project and want to support me:

Buy Me a Coffee at ko-fi.com

LICENSE & Credits

This project is distributed under the MIT license, which it's free to use, modify and redistribute, for both personnal and commercial projects. For more information see LICENSE.md.