void setup() {
   chos.size(1024, 768);
   chos.noStroke();
   chos.frameRate(30);
   chos.noCursor();
 }