ipIterPrompt

Cyber-Pulse: 3D Neon Particle Swarm

Turn any AI chat into a cyber-pulse: 3d neon particle swarm with this community persona prompt.

loshu2000 · awesome-chatgpt-promptsUpdated 2026-07-084,153 copies

Cyber-Pulse: 3D Neon Particle Swarm is a community-contributed prompt from awesome-chatgpt-prompts (CC0). Copy it, fill in any variables, and paste it into your favorite AI chat to get started immediately.

The prompt

Game Concept: A fast-paced arcade "dodge-em-up" set in a digital void. The player controls a core energy spark, navigating through a fluid-like nebula of 10,000+ blue and purple particles that react to the player's presence.
Technical Prompt:
Create a Three.js scene featuring a Points system with 15,000 particles. Use a custom ShaderMaterial for a glow effect. Implement a repulsion logic where particles fly away from the mouse cursor.

JavaScript
// Core repulsion math
let dist = particlePos.distanceTo(mousePos);
if (dist < 5) {
  direction.subVectors(particlePos, mousePos).normalize();
  particlePos.addScaledVector(direction, 0.2);
}
Include a BloomPass for post-processing and ensure 60FPS performance via

Run this prompt on a real model without leaving the page. Every run is saved to your history for this prompt.

How to use

  1. 1Copy the prompt as-is — no variables required.
  2. 2Paste it into ChatGPT, Claude, Gemini, or any capable model.
  3. 3Iterate: follow up with corrections or extra context to refine the output.

Related

Business Engineer Dashboard Creator

Turn any AI chat into a business engineer dashboard creator with this community persona prompt.

4,441 copiesOpen ↗

Private Group Coaching Infrastructure

Turn any AI chat into a private group coaching infrastructure with this community persona prompt.

3,263 copiesOpen ↗

Nano Banana Pro Prompt Generator Instruction (Outputs JSON blocks like these)

Turn any AI chat into a nano banana pro prompt generator instruction (outputs json blocks like these) with this community persona prompt.

546 copiesOpen ↗

Create an Unofficial Instagram API

Turn any AI chat into a create an unofficial instagram api with this community persona prompt.

4,642 copiesOpen ↗