Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 907 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 907 Bytes

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.