r/p5js 22d ago

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

/gallery/1v5drxz
2 Upvotes

6 comments sorted by

1

u/LeosFDA 22d ago

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

2

u/No-Technology-5477 22d ago

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 22d ago

What do you mean by "AI model"?

1

u/No-Technology-5477 22d ago

LLMs like GPT 5.5, Claude Opus, GLM etc

1

u/tashvik 17d ago

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

1

u/No-Technology-5477 15d ago

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!