The guide · prompt pack
AI particle simulator — full guide.
Turn text prompts into complex 3D particle simulations and export production-ready React or Three.js code in seconds. No shader knowledge, no WebGL experience, no installs. The tool is free and runs in your browser — and if you'd rather build the generator yourself, there's a full copy-paste prompt you can drop into any LLM. The whole workflow, the prompt, and the ideas to try are below.
The tool, the prompt & the ideas
🔒 Drop your email to reveal the guide
Get the full guide, free.
Drop your email and the tool, the complete build prompt, and the idea list unlock instantly, plus every other guide and resource in the library. One email a week, unsubscribe anytime.
The tool
AI Particle Simulator — particles.casberry.in
- 100% free
- No sign-up required
- Works in your browser
How it works
That's it. No shader knowledge. No WebGL experience. No installs.
The prompt, if you want to build it yourself
Paste this into Claude, ChatGPT, or any LLM — then add your creative idea at the bottom where it says [INSERT YOUR CREATIVE IDEA HERE]. The LLM will generate the function code. Paste that code into the simulator.
Full prompt
Prompt ideas to try
Drop any of these into the [INSERT YOUR CREATIVE IDEA HERE] slot:
| Category | Prompt idea |
|---|---|
| 🌌 Space | "A galaxy with spiral arms slowly collapsing into a central black hole" |
| 🧬 Science | "A DNA double helix rotating with particles flowing along the strands" |
| 🦋 Nature | "A butterfly made of particles that flaps its wings" |
| 🚀 Sci-Fi | "A starship hologram with engine exhaust particles" |
| 🔮 Abstract | "A Lorenz attractor with chaotic particle trails" |
| 🌊 Fluid | "An ocean wave system with foam particles cresting and crashing" |
| 💎 Geometry | "A 4D tesseract rotating through 3D space" |
| 🔥 Elements | "A fire tornado with rising embers and swirling heat particles" |
| 🧲 Physics | "Electromagnetic field lines between two charged particles" |
| 🎵 Creative | "A piano keyboard where each key emits a stream of colored particles" |
Pro tips
- Be specific — "A spiral galaxy" works, but "A barred spiral galaxy with two distinct arms, dust lanes, and a glowing core" works 10x better.
- Mention colors — tell it what palette you want. "Neon cyan and magenta" or "warm sunset tones" gives way better results.
- Ask for interactivity — say "add sliders for rotation speed and particle spread" and it will build the controls for you.
- Use the community library — before prompting from scratch, browse what's already been built. You can load and remix any public simulation.
- Export and iterate — export the code, paste it into your own project, then modify it. The generated code is clean and readable.
How to export & use the code
Quick links
| Resource | Link |
|---|---|
| AI Particle Simulator | particles.casberry.in |
| Three.js Docs | threejs.org/docs |
| React Three Fiber | docs.pmnd.rs/react-three-fiber |
Original guide by Artem Novitckii. More from him on Instagram, in the Skool community, and across his resource library.