diff --git a/src/content/libraries/en/p5-phone.yaml b/src/content/libraries/en/p5-phone.yaml new file mode 100644 index 0000000000..15c7cb296b --- /dev/null +++ b/src/content/libraries/en/p5-phone.yaml @@ -0,0 +1,13 @@ +name: p5-phone +description: Mobile hardware access for p5.js - Simplifies accessing phone hardware, locks default gestures, and adds an onscreen console. +category: hardware +sourceUrl: https://github.com/npuckett/p5-phone +featuredImage: ../images/p5-phone.png +featuredImageAlt: Mobile phone displaying a p5.js sketch with on-screen debug panel showing motion sensor data and touch controls +author: + name: Nick Puckett + url: https://github.com/npuckett +websiteUrl: https://npuckett.github.io/p5-phone/examples/homepage/ +npm: p5-phone +npmFilePath: dist/p5-phone.min.js +license: MIT diff --git a/src/content/libraries/images/p5-phone.png b/src/content/libraries/images/p5-phone.png new file mode 100644 index 0000000000..b158dbb65e Binary files /dev/null and b/src/content/libraries/images/p5-phone.png differ