-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add Device Motion module #1217
Add Device Motion module #1217
Conversation
Introduces smart-phone device's acceleration, gravity, rotation, and orientation signals for dynamic pattern creation in Strudel.
sorry for not looking at this for so long.. thank you for the PR ! the code looks good, tho it seems the PR is now mixed with #1223 ? |
Oops, I didn’t realise I had mixed this up with other updates I was testing. |
this also ready for merge? |
minor edit on SSL installation procedure
I have added minor details to the local SSL configuration steps, |
same here, i'll test this soon :) thanks for your work |
+ ignore device motion examples
i've fixed / tweaked some things, now it should be ready to go |
Oh wow this looks awesome |
now deployed! tested it with android and it works! (without permission request for some reason) |
thanks again @nkymut ! |
This change adds 'motion' package, which introduces smartphone's acceleration, gravity, rotation, and orientation signals for dynamic pattern creation in Strudel.
example:
as discussed in
https://discord.com/channels/779427371270275082/1308356687538683958/1308731644097728514
Tested only on the iPhone 13 Pro; testing on Android devices is still required.