I am working on generative art in Processing with Java, I am looking to create a large batch of abstracts, and then curate them down to the best examples. currently, I am doing this sort of manually by running the script that has a save function, saving a numbered image as a JPG, but each time it makes one image and I have to manually change the number and go again. this is extremely tedious.
What I would like to do is add some code that would run a loop where an image would be created based on the rules I've set, then save it sequentially (if possible, random alphanumeric names would be fine as I could batch rename them later).
I am certainly open to other arrangements like doing this in python or some other language but then id likely have to rewrite the code for the drawing and I'm sort of hotwiring this thing.
talk to me like I am a total novice because I am not much further along than that.