Hi!
This is one of my first project in processing and I have problem because I don't know how to make the ellipses moving - I mean I want them to change the size and I tried to do void draw and so on but nothing happened...Can anyone could show me how to do it?
import geomerative.*;
RFont font;
String myText = "BUMELANCI";
void setup() {
size(900, 500);
background(0);
smooth();
RG.init(this);
font = new RFont("FreeSans.ttf", 100, CENTER);