GLSL shaders made in/for the Shader Editor android app
Find a file
2024-05-28 19:27:51 +02:00
demo add example images 2024-05-28 19:27:51 +02:00
binary_clock.glsl init 2024-05-28 19:12:14 +02:00
interactive_game_of_life.glsl init 2024-05-28 19:12:14 +02:00
README.md add example images 2024-05-28 19:27:51 +02:00

android-shaders

GLSL shaders made in/for the Shader Editor app on F-Droid (source).

binary_clock.glsl

Displays hours, minutes and seconds in binary as rows of filled circles.

interactive_game_of_life

A rainbow-coloured simulation of Conway's Game of Life. The edges of the screen are randomised so that the pattern never stabilises. Pressing on the screen will turn on cells in a small radius.