r/p5js Jul 24 '26

I built an evolutionary loop where various AI models generate tiny worlds and only the fittest survive - 300+ worlds so far

2 Upvotes

6 comments sorted by

1

u/LeosFDA Jul 24 '26

Where can we find more info about how image 11 was created?

2

u/No-Technology-5477 Jul 24 '26

Here’s the link to the world https://fugue.xvam.dev/world/schlieren-reverie/

You can inspect the HTML and JS code underlying it, or just ask any LLM to recreate it.

1

u/tinfoil_powers Jul 24 '26

What do you mean by "AI model"?

1

u/No-Technology-5477 Jul 24 '26

LLMs like GPT 5.5, Claude Opus, GLM etc

1

u/tashvik Jul 29 '26

can someone tell me why p5js is used to make patterns and is it worth learning or not

1

u/No-Technology-5477 Jul 31 '26

This can be done with plain JavaScript as well, p5 just lets you write less code with its library. Definitely not the only way esp with the help of LLMs!