[p5js code canvas]
int y = 50;
int x = 50;
int q = 220;
String[] art = {
“the”, “my”, “your”, “our”, “that”, “this”, “every”, “one”, “the only”, “his”, “her”
};
String[] adj = {
“big”,”big”,”dark”,”dark”,”fond”,”fond”,”future”,”future”,”hard”,”hard”,”little”,”little”,”mere”,”mere”,”soft”,”soft”,”strange”,”strange”,”thou”,”thou”,”thy”,”thy”,”active”,”alive”,”ample”,”arbitrary”,”bare”,”better”,”bitter”,”blank”,”broken”,”brown”,”childish”,”cold”,”comfortable”,”dead”,”drear”,”dull”,”early”,”eventful”,”fair”,”fleeting”,”forget-me”,”formal”,”good”,”half-acre”,”hand-lettered”,”high”,”imperative”,”kinder”,”large”,”lazy”,”lean”,”live”,”long”,”manly”,”married”,”modern”,”nameless”,”outside”,”patient”,”popular”,”proud”,”quick”,”rival”,”second”,”severe”,”sixth”,”slanted”,”slippered”,”slow”,”sound”,”spare”,”square”,”sudden”,”tardy”,”tedious”,”timid”,”transparent”,”unloose”,”unseeing”,”usual”,”vague”,”vain”,”weak”,”wide”,”wise”,”woeful”,”wonderful”,”youthful”
};
String[] nou = {
“time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”time”,”moment”,”moment”,”moment”,”moment”,”moment”,”moment”,”moment”,”life”,”life”,”life”,”life”,”life”,”life”,”life”,”sign”,”sign”,”sign”,”sign”,”sign”,”dance”,”dance”,”dance”,”dance”,”dance”,”dance”,”people”,”people”,”people”,”people”,”people”,”day”,”day”,”day”,”day”,”eye”,”eye”,”eye”,”eye”,”san”,”san”,”san”,”face”,”face”,”face”,”flag”,”flag”,”flag”,”hour”,”hour”,”hour”,”light”,”light”,”light”,”room”,”room”,”room”,”stone”,”stone”,”stone”,”thee”,”thee”,”thee”,”thou”,”thou”,”thou”,”thy”,”thy”,”thy”,”world”,”world”,”world”,”year”,”year”,”year”,”afternoon”,”afternoon”,”age”,”age”,”arm”,”arm”,”canst”,”canst”,”change”,”change”,”clock”,”clock”,”crystal”,”crystal”,”floor”,”floor”,”hill”,”hill”,”joy”,”joy”,”language”,”language”,”lifetime”,”lifetime”,”man”,”man”,”month”,”month”,”morning”,”morning”,”night”,”night”,”pain”,”pain”,”place”,”place”,”round”,”round”,”scene”,”scene”,”son”,”son”,”stage”,”stage”,”stair”,”stair”,”step”,”step”,”today”,”today”,”wealth”,”wealth”,”act”,”agony”,”air”,”alphabet”,”art”,”ballad”,”barony”,”beam”,”beard”,”bee”,”beer”,”berry”,”bird”,”birth”,”board”,”boon”,”box”,”boy”,”bubble”,”butterfly”,”cannon”,”canoe”,”cape”,”capon”,”carpet”,”center”,”childhood”,”childishness”,”cliff”,”cloud”,”code”,”collapse”,”collar”,”color”,”concept”,”corner”,”couldst”,”country”,”cover”,”crack”,”craze”,”curse”,”cut”,”dark”,”daughter”,”debt”,”decade”,”dew”,”dim”,”door”, “drag”,”edge”,”effort”,”end”,”enfold”,”enmity”,”entrance”,”exit”,”eyebrow”,”farrier”,”father”,”film”,”fissure”,”flash”,”flight”,”flower”,”fulfillment”,”furnace”,”future”,”game”,”garden”,”goin”,”grave”,”greenhouse”,”grief”,”hail”,”hast”,”hat”,”hath”,”heart”,”hemlock”,”history”,”honey”,”honor”,”hose”,”house”,”hum”,”ill”,”improvement”,”industry”,”infant”,”instance”,”island”,”jargon”,”lover”,”marathon”,”journal”,”justice”,”landin”,”law”,”leaf”,”limb”,”limit”,”load”,”lot”,”love”,”march”,”memory”,”mile”,”minute”,”mistress”,”mother”,”mouth”,”music”,”needlework”,”nose”,”nostalgia”,”nurse”,”oath”,”oblivion”,”onion”,”pantaloon”,”pard”,”pardon”,”parody”,”past”,”peace”,”period”,”pipe”,”player”,”poem”,”pomegranate”,”portrait”,”pouch”,”power”,”present”,”prophet”,”rage”,”regret”,”rehearse”,”relief”,”reputation”,”rest”,”retard”,”row”,”rush”,”sake”,”satchel”,”saw”,”school”,”schoolboy”,”seconds”,”serenity”,”shank”,”shift”,”silver”,”sister”,”sky”,”slang”,”sloth”,”snail”,”soldier”,”sonnet”,”soul”,”sound”,”speaking”,”spectacles”,”speed”,”splinter”,”spring”,”star”,”storm”,”stream”,”strength”,”struggle”,”summer”,”swift”,”tack”,”thing”,”tick”,”timidness”,”tip”,”tock”,”tooth”,”treble”,”tree”,”turnin”,”twig”,”unicorn”,”vengeance”,”visitor”,”voice”,”voyage”,”wanderer”,”water”,”wave”,”way”,”weight”,”whining”,”whistle”,”window”,”wing”,”winter”,”wisdom”,”woman”,”word”,”work”
};
String[] ver = {
“sings”, “dances”, “was dancing”, “runs”, “will run”, “walks”, “flies”, “moves”, “moved”, “will move”, “glows”, “glowed”, “spins”, “promised”, “hugs”, “cheated”, “waits”, “is waiting”,
“is studying”, “swims”, “travels”, “traveled”, “plays”, “played”, “enjoys”, “will enjoy”, “illuminates”, “arises”, “eats”, “drinks”, “calculates”, “kissed”, “faded”, “listens”,
“navigated”, “responds”, “smiles”, “will smile”, “will succeed”, “is wondering”, “is thinking”, “is”, “was”, “will be”, “might be”, “was never”
};
String[] pre = {
“under”, “in front of”, “above”, “behind”, “near”, “following”, “inside”, “besides”, “unlike”, “like”, “beneath”, “against”, “into”, “beyond”, “without”, “with”, “towards”, “touching”
};
String[] punc = {
“…”, “?”, “!”, “.”, “,”, “;”
};
String[] con = {
“even though”, “because”, “and”, “but”, “nevertheless”, “so”, “consequently”, “therefore”, “despite”
};
void write_word(String[] words) {
if (x > 200) {
x = x – 160;
}
int a = int(random(words.length));
textSize(32);
fill(random(255), 0, 0);
text(words[a], x, y);
y = y + 30;
x = x + 20;
}
void setup() {
size(400, 500);
write_word(art);//1
write_word(adj);//2
write_word(nou);//3
write_word(ver);//4
write_word(pre);//5
write_word(art);//6
write_word(nou);//7
write_word(punc);//8
write_word(con);//9
write_word(art);//10
write_word(adj);//11
write_word(nou);//12
write_word(ver);//13
write_word(punc);//16
}
[/p5js]
Poems by students
In the first years of our lives
We think we are invincible
But time is sometimes cruel enough
To show we are just passengers
Maria Angelica
In the dark of night
The time passes silently, deadly
With my bare hands I try to stop it…
Infinite sorrow from the past
Infinite hope for the future.
Mihai Chiriac
Every bad thing that happened to you, you must leave behind and forget about it, the future is in front of you and you should”t let that time and your life go pass you.
David Novak