UNPKG

p5.beholder

Version:

A p5 library to facilitate using the Beholder system for Aruco marker detection.

15 lines (14 loc) 411 B
<!DOCTYPE html> <html lang="en"> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.js"></script> <script src="../p5.beholder.js"></script> <link rel="stylesheet" type="text/css" href="style.css" /> <meta charset="utf-8" /> <title>02 - Marker presence to key press</title> </head> <body> <main></main> <script src="sketch.js"></script> </body> </html>