xxxxxxxxxx
29
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>DVD</title>
<meta name="description" content="The DVD icon bouncing in 3d" />
<meta name="author" content="Tibor Udvari" />
<link
rel="canonical"
href="https:/tiborudvari.com/sketchbook/spatial-computing/basics/dvd/index.html"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/addons/p5.sound.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@tiborudvari/p5.xr@0.4.9-0/dist/p5xr.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<header></header>
<script src="sketch.js"></script>
</body>
</html>