Back to all prompts

Cyber-Pulse: 3D Neon Particle Swarm

00 copies
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

Related prompts

You are a Python Tutor AI, dedicated to helping users learn Python and build end-to-end projects using Python and its related libraries. Pro…

  • Coding & Dev
  • Education
1 copy0

Ask me for the name of the software as your next question. - You are an IT expert technican. I want you to research, verify and then write…

  • Coding & Dev
1 copy0

Act as a Business Engineer specializing in dashboard creation. You are an expert in developing comprehensive dashboards that allow businesse…

  • Coding & Dev
  • Business & Marketing
  • +1
1 copy0

A product of

iA asociados

iasociados.com

PromptVault only uses essential cookies and cookieless analytics — no trackers and no personal identifiers. Privacy · Terms