CRT Lottes shader

An asset by qarlos
The page banner background of a mountain and forest
CRT Lottes shader hero image

Quick Information

0 ratings
CRT Lottes shader icon image
qarlos
CRT Lottes shader

Port of libretro's CRT Lottes GLSL shader

Supported Engine Version
3.2
Version String
1.0
License Version
CC0
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL

Godot crt-lottes shader

This is a port of the libretro crt-lottes GLSL shader to Godot shading language.

The original source is: https://github.com/libretro/glsl-shaders/blob/master/crt/shaders/crt-lottes.glsl

There is a basic example scene, consisting in just a ViewportContainer, with a Viewport containing a "game" scene. The ViewportContainer has the shader asigned to its material property, and must be upscaled using the rect_scale property, preferably using an integer factor (x2, x3, x4...).

In the shader params must specify:

  • input size: resolution of source image. In this example, 256x224.
  • output size: resolution of final image. In this example it is scaled x4, so it is 1024x896.
  • texture size: must be equal to input size.

In project settings, disable any window stretching mode.

The original Lottes shader was made by Timothy Lottes and is public domain, and this port is also.

Port of libretro's CRT Lottes GLSL shader

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
CRT Lottes shader icon image
qarlos
CRT Lottes shader

Port of libretro's CRT Lottes GLSL shader

Supported Engine Version
3.2
Version String
1.0
License Version
CC0
Support Level
community
Modified Date
5 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers