Genuary2024_Typography

Genuary2024_Typography

The Words are Flowing

QuadrantAndBeyond

This submission is an extension to a previous entry for the WCCChallenge by @sableRaph : Text Adventure(https://blog.illestpreacha.com/wccchallenge-text-adventure), Where I decided to have an animated Text Experience by using Hydra Code as a filter for the text as I am typing words in real time.

This time around have Quadrant Reading expanded by using LiveCodingYoutube and passing the output through the same Hydra script again.

Poem


The Journey that makes it way past the window

The Journey that becomes known

The Journey that makes it way as it voyages Slow

A journey
A journey
A journey
A journey

What can the words now say

What will the birds chirp away?

Which way will the wind sway?

These are questions that may never have answers, these are questions that may never be told again?

Never be asked, probably?

What can be seen?
In this scene that is unique to the dream of the chance before hand

Video

Code

LiveCodingYoutube

typography = "R2p63ZW0KCA"


create(1,3,typography)
add(2,3,typography)

speed(0, 0.5)
speed([1,16,12,14,7,8,9],2)
speed([2,5,17],0.6)
speed([11,12,3,4,5,6,8,10],-0.5)

jump([10,5,3,1,0,7,11],10,10)
jump([1,2,3,4,5,6,7,8],3,3)

play(all)

Hydra * 2


s0.initScreen()

src(s0).scale(()=> (time % 27)/5).kaleid([4,3,2,1,2,3,4].fit(0.5)).scrollX([0.5,0.3,-0.1,-0.2]).scrollY([0.3]).out(o0)

src(s0).colorama(()=> (time % 12 + 1)/14).pixelate([100,50,1000,700,2000,10000]).out(o1).

src(s0).rotate(0.5,0.3).kaleid([4,3,2,1,2,3,4].fit(0.5)).color(()=> (time % 10)/10, [0.1,0.2,0.3,0.4,0.4,0.3,0.2].smooth(0.5), ()=> (time % 20)/25).out(o2)

src(s0).rotate(()=> time % 180).scale(()=> (time % 27)/5).kaleid([4,3,2,1,2,3,4].fit(0.5)).colorama(()=> (time % 12 + 1)/22).repeat(()=> time % 4 + 0.2).out(o3)

speed = 0.4

render()