Animated Feather Wave Face in p5.js
来自 Wikiprompt,自由的提示词百科全书
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 工具中。
为获得最佳效果,可将占位符(方括号或大写字母标示)替换为你的具体需求。
讨论
0 条评论