Skip to content

AgentAlpha81/RGB-Split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

RGB-Split

screenshot0001

Custom Ren'Py RGB Split shader that has the same effect as chromatic aberration or anaglyph images. It shifts the red and blue channels each one in different directions and rotates them around the green channel.

Video: https://vk.com/video-201215195_456239021

Instruction:

Minimum Ren'Py version - 7.4.0

  • Drop rgb_split_shader.rpy inside your project.
  • Add "config.gl2 = True" line to enable shaders in your game.
  • Create transform with "rgb_split" shader and set values to u_intensity and u_angle.
  • Apply created transform to your image.

Usage Example:

2021-08-09_085415

u_intensity - distance between channels, in pixels

u_angle - rotation degrees.

About

RGB split effect shader on Ren'Py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages