-
Notifications
You must be signed in to change notification settings - Fork 179
p5-phone library #1004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
p5-phone library #1004
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool library, thanks for adding it! Just wanted to double-check the URL before merging.
Also, if your library works with p5 2.0, after this is merged, feel free to git cherry-pick
the same commit into the 2.0
branch of this website and make another PR into that to get it onto the 2.0 site too. (The structure of an addon for 2.0 is a little different, see the 2.0 docs on it for info.)
author: | ||
name: Nick Puckett | ||
url: https://github.com/npuckett | ||
websiteUrl: https://npuckett.github.io/p5-phone/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried going to this link and it gives me a 404, is this the right one?
Hi Dave,
Thanks for catching that. I tried to organize things a bit more cleanly and didn’t get it updated. The correct url is : https://npuckett.github.io/p5-phone/examples/homepage/
Thanks
Nick
… On Oct 16, 2025, at 4:27 PM, Dave Pagurek ***@***.***> wrote:
@davepagurek commented on this pull request.
Cool library, thanks for adding it! Just wanted to double-check the URL before merging.
Also, if your library works with p5 2.0, after this is merged, feel free to git cherry-pick the same commit into the 2.0 branch of this website and make another PR into that to get it onto the 2.0 site <https://beta.p5js.org/> too. (The structure of an addon for 2.0 is a little different, see the 2.0 docs on it for info. <https://github.com/processing/p5.js/blob/dev-2.0/contributor_docs/creating_libraries.md>)
In src/content/libraries/en/p5-phone.yaml <#1004 (comment)>:
> @@ -0,0 +1,13 @@
+name: p5-phone
+description: Simplified mobile hardware access for p5.js - Simplifies accessing phone hardware, locks default gestures, and add 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/
I tried going to this link and it gives me a 404, is this the right one?
—
Reply to this email directly, view it on GitHub <#1004 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADKDHS3OZ3FEA7B22BEOFFD3X75R3AVCNFSM6AAAAACJMNZVMOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTGNBWHA4DCOBXG4>.
You are receiving this because you authored the thread.
|
One note to that end - I would prefer that the link on the p5 site go to the repo instead of the website. The repo has all the how to’s for the library, the url is just the examples page, which is also linked at the top of the Readme in the repo.
Thanks again,
Nick
… On Oct 16, 2025, at 4:27 PM, Dave Pagurek ***@***.***> wrote:
@davepagurek commented on this pull request.
Cool library, thanks for adding it! Just wanted to double-check the URL before merging.
Also, if your library works with p5 2.0, after this is merged, feel free to git cherry-pick the same commit into the 2.0 branch of this website and make another PR into that to get it onto the 2.0 site <https://beta.p5js.org/> too. (The structure of an addon for 2.0 is a little different, see the 2.0 docs on it for info. <https://github.com/processing/p5.js/blob/dev-2.0/contributor_docs/creating_libraries.md>)
In src/content/libraries/en/p5-phone.yaml <#1004 (comment)>:
> @@ -0,0 +1,13 @@
+name: p5-phone
+description: Simplified mobile hardware access for p5.js - Simplifies accessing phone hardware, locks default gestures, and add 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/
I tried going to this link and it gives me a 404, is this the right one?
—
Reply to this email directly, view it on GitHub <#1004 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADKDHS3OZ3FEA7B22BEOFFD3X75R3AVCNFSM6AAAAACJMNZVMOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTGNBWHA4DCOBXG4>.
You are receiving this because you authored the thread.
|
Actually, here is a corrected Yaml file so you don't have to do that manually |
I'm looking to add my library p5-phone to the main directory