android-shaders/README.md

12 lines
684 B
Markdown
Raw Normal View History

2024-05-28 19:12:14 +02:00
# android-shaders
2024-05-28 19:27:15 +02:00
GLSL shaders made in/for the [Shader Editor app](https://f-droid.org/en/packages/de.markusfisch.android.shadereditor/) on F-Droid ([source](https://github.com/markusfisch/ShaderEditor)).
2024-05-28 19:12:14 +02:00
2024-05-28 19:27:15 +02:00
### binary_clock.glsl
2024-05-28 19:29:46 +02:00
Displays hours, minutes and seconds in binary as rows of filled circles. The example below is showing the time `19:15:57`
2024-05-28 19:27:15 +02:00
![](demo/binary_clock.png)
### interactive_game_of_life
A rainbow-coloured simulation of [Conway's Game of Life](https://conwaylife.com/wiki/Conway%27s_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.
![](demo/game_of_life.png)