RGB GENESIS
Seizure Warning - INTENSE STROBING COLORS - FLICKER FILM
Enter PW: iwanttowatchtheflickerfilm to watch at full speed, though I don’t recommend watching it for too long
Using a few Python scripts I found online, I was able to cobble together a program that converted the Book of Genesis into a series of color representations. Each frame corresponds to a three-word-phrase from the original Hebrew text, where each word’s Gematria value is converted to hexadecimal, and then serves as the red, green or blue value of the color. The program moves along in three-word trigrams, so if the sentence is “She went for a walk” in frame 1 R = She, G = went, B = for and in frame 2 R = went, G = for, B = a and so on. If the value was over 255, I used the remainder as the color value.