H.stage().showsFPS(true);
// HSphere s;
// H.add(s = new HSphere());
// s.locAt(H.CENTER).anchorAt(H.CENTER);
HDrawablePool pool = new HDrawablePool(50)
.autoAddToStage()
.add(new HRect())
.requestAll();
HSwarm swarm = new HSwarm().addGoal(H.mouse())
.speed(5)