import com.hamoid.*; VideoExport videoExport; XML root, channel, item, description, title; XML[] items; String[][] sources; PImage img; int c, edge; PFont font; boolean recording = true; void setup() { size(1080, 720); font = loadFont("Athelas-BoldItalic-48.vlw"); textFont(font); edge = width/10; c=0; importSources(); img=loadImage(sources[c][0]); videoExport = new VideoExport(this, "basic.mp4"); } void draw() { background(20); noStroke(); fill(255); text(sources[c][1], edge, 100); for (int x=edge; x