xxxxxxxxxx
33
<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>Finger Axis</title>
<meta
name="description"
content="Shows the XYZ axis as applied to the main finger."
/>
<meta name="author" content="Tibor Udvari" />
<meta name="keywords" content="p5.xr, hand tracking" />
<link
rel="canonical"
href="https:/tiborudvari.com/sketchbook/spatial-computing/handtracking/finger-axis/index.html"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@tiborudvari/p5.xr@0.4.11-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>