p5实现立春春天剪纸动画效果代码
代码语言:html
所属分类:动画
代码描述:p5实现立春春天剪纸动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<style>
body {
margin: 0;
padding: 0;
height: 100vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background: white;
}
</style>
</head>
<body>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/p5.js"></script>
<script >
//With the prompt of minimalism for , I am going to rebel with scandinavian art to commit an ornamental crime
//https://www.nytimes.com/2016/07/31/magazine/the-oppressive-gospel-of-minimalism.html
//reference: https://uxdesign.cc/how-minimalism-is-rooted-in-fascism-7204b15482a8
//this code is a mess - complete flow of conciousness with no planning
//press any key to pause and click to mix
let playB=true;
let w;
let t=0;
let t2=0;
let vdelta;//vinethetas
let vstep;
let vangle;
let c1,c2
let rA=[]
let cnt=0
function setup(){
randomizer()
w=min(windowWidth,wind.........完整代码请登录后点击上方下载按钮下载查看
网友评论0