oscillation-sandbox:探索p5.js及更高版本中的振荡!

时间:2024-06-11 09:31:11
【文件属性】:

文件名称:oscillation-sandbox:探索p5.js及更高版本中的振荡!

文件大小:597KB

文件格式:ZIP

更新时间:2024-06-11 09:31:11

HTML

振荡沙箱 :link: » 探索p5.js及更高版本中的振荡! 通过以下方式扩展可视化: cc 2021 / 用法 x类似于frameCount (增长+1)。 在每个草图中将算法应用于y , 被归一化(0,1),即.5是height/2 。 悬停草图以循环。 单击以重置。 选择算法进行编辑/复制+粘贴 申请 形状 // shape example for p5.js let w = width , h = height ; let xpos = frameCount % w ; let x = xpos * .2 let y = sin ( x * .1 ) * .4 let xshape = w / 2 + cos ( x * .1 ) * w / 2 ; ellipse ( xshape , h / 2 + y * h , 50 ) ; 海浪 // wave example for


【文件预览】:
oscillation-sandbox-main
----.gitignore(19B)
----oscillations.json(5KB)
----LICENSE(1KB)
----README.md(3KB)
----index.html(19KB)
----.gitattributes(66B)
----includes()
--------fonts()
--------images()

网友评论