p5实现动态花开富贵交互效果

代码语言:html

所属分类:动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>

    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }
        html, body {
            width: 100%;
            height: 100%;
            overflow: hidden;
            background: black;
        }
        canvas {
            display: block;
        }
        #controls {
            z-index: 2;
            margin: 20px;
            position: absolute;
            top: 0;
            left: 0;
            color: white;
        }
    </style>
</head>
<body>
 
    <script type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/p5.js"></script>
    <script type=".........完整代码请登录后点击上方下载按钮下载查看

网友评论0