Blenra
Optimized for: Gemini / ChatGPT / Claude

Advanced AI Prompt for Curvilinear Flow Field Particle Systems

Use this engineered prompt to drastically optimize your workflow and output.

Required Variables

  • [NOISE_SCALE]
  • [FLOW_SPEED]
  • [PARTICLE_LIFESPAN]
  • [CURL_STRENGTH]
curvilinear-flow-field-threejs.txt
Act as a Generative Artist. Create a Three.js flow field particle system based on Perlin or Simplex noise. Use [NOISE_SCALE] to determine the frequency of the noise field and [CURL_STRENGTH] for the vorticity. Particles should have a [PARTICLE_LIFESPAN] before being recycled to a random position. Implement the motion logic inside a vertex shader for performance, using [FLOW_SPEED] as a uniform. The output should produce organic, ribbon-like movements perfect for a tech hero section.

Example Output

"The AI will produce a script implementing a custom noise function in GLSL to drive particle positions along a complex mathematical field."