讨论

Animated Feather Wave Face in p5.js

来自 Wikiprompt,自由的提示词百科全书

BMX
贡献者BMXX来源

2025年7月27日

Animated Feather Wave Face in p5.js A p5.js sketch that generates an animated face using feather-like wave patterns, with smooth trails and glowing strokes for a dynamic visual effect.

相关媒体

提示词内容收藏

🌐
function setup() { createCanvas(400, 400); background(0); } function draw() { background(0, 15); // Smooth fading for trails noFill(); stroke(255, 120); // Soft glowing white translate(width / 2, height / 2); // Center the face // Face outline (wave shape) drawFeatherWave(0, 0, 100...

登录以查看完整提示词

继续使用:

登录即表示你同意我们的 使用条款 隐私政策

用法

此提示词专为 creative 设计。复制上方内容并粘贴到你常用的 AI 工具中。

为获得最佳效果,可将占位符(方括号或大写字母标示)替换为你的具体需求。

参考资料

分类:creative| twitter| p5js| creative-coding

讨论