normark / GodotThings

Some of my snippets and other bits for the Godot game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GodotThings

These are some of my snippets and other bits for the Godot game engine. Note that I don't go into too much detail about how to set these things up properly, so some general knowledge about shader programming and how they are used in Godot is expected.

Content

Thing Description
Smooth Pixel Filtering A shader snippet for "smooth pixelated" filtering, eliminating most aliasing artifacts.
Procedural Checkerboard A spatial material useful for blocking out levels. It displays a checkerboard pattern along all axes.
Color Grading (work in progress) A simple post process shader that can be used for color grading.

About

Some of my snippets and other bits for the Godot game engine.

License:MIT License


Languages

Language:GLSL 100.0%