-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create app-like effects #14
Comments
That would be nice.
It's unlikely I'll find time for that any time soon, and it'd be a lot
easier to add when I've finished my tile animation rewrite, release next
version of photons, and then clean up interactor and put it in the photons
repo.
In the meantime, the animations themselves would have to be written as well.
Currently I only have a version of flicker
https://github.com/delfick/photons-core/blob/master/examples/flicker
…On Sat, May 30, 2020, 5:35 AM Avi Miller ***@***.***> wrote:
It would be super peachy keen if Interactor could run app-like effects
(like Pastel, Animate, Flicker, etc) across multiple devices that don't
have their own internal firmware effects.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/delfick/photons-interactor/issues/12>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2V5LUA6DNKUIHV25I25TRUAE7TANCNFSM4NOJQWRQ>
.
|
Right. I figured it needed the new animation rewrite as a base. The ability to send a "stream" of commands where Photons is capable of waiting for the first command to finish prior to actioning the second is required for this, and the issue I logged to turn a device on, transform and off again in a single task too. |
With my latest round of changes that becomes more true, because I've made the canvas able to understand more than just tiles and create messages for you. Before those changes that was less the case :) But feel free to try and think of how the animations could behave if you were able to make the most of tile and strip zones. |
Implemented via #32 |
tile animations are part of it, but they only apply to tiles and don't do
things like flicker
…On Sat, 2 Jan 2021, 9:07 am Avi Miller, ***@***.***> wrote:
Closed #14 <#14>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2V5PUD7G5RRUGPFT3RWDSXZBQLANCNFSM4PB5WLJA>
.
|
Fair point. :) Issue reopened. |
Hi, just wanted to comment on this thread to see if there has been any activity on adding Flicker to Photons. It's about Halloween time and I was hoping to use my bulbs to flicker some orange colors using Photons. No worries if not, just figured I'd revive the thread! |
nah, I've barely done anything on photons for over a year. Only flicker thing
remains the script I mention at the top of this issue, which does work
reasonably well.
…On Fri, 14 Oct 2022, 6:02 pm Kackerlacka, ***@***.***> wrote:
Hi, just wanted to comment on this thread to see if there has been any
activity on adding Flicker to Photons. It's about Halloween time and I was
hoping to use my bulbs to flicker some orange colors using Photons. No
worries if not, just figured I'd revive the thread!
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2V5JC2Q5UA6U4TTO6HTDWDEAORANCNFSM4PB5WLJA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
seems that link doesn't work, it lives here now
https://github.com/delfick/photons/blob/main/examples/flicker
…On Sat, 15 Oct 2022, 9:44 am Stephen Moore, ***@***.***> wrote:
nah, I've barely done anything on photons for two years. Only flicker
thing remains the script I mention at the top of this issue, which does
work reasonably well.
On Fri, 14 Oct 2022, 6:02 pm Kackerlacka, ***@***.***>
wrote:
> Hi, just wanted to comment on this thread to see if there has been any
> activity on adding Flicker to Photons. It's about Halloween time and I was
> hoping to use my bulbs to flicker some orange colors using Photons. No
> worries if not, just figured I'd revive the thread!
>
> —
> Reply to this email directly, view it on GitHub
> <#14 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAA2V5JC2Q5UA6U4TTO6HTDWDEAORANCNFSM4PB5WLJA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
It would be super peachy keen if Interactor could run app-like effects (like Pastel, Animate, Flicker, etc) across multiple devices that don't have their own internal firmware effects.
The text was updated successfully, but these errors were encountered: