You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking about a subclass of ipygany.Component, which would provide:
an attribute that holds a list of arrays (or a nd-array)
an integer attribute used to index that list (or slice the nd-array)
The value of the array attribute would be the array that correspond to the current index value in the list of arrays (or the current slice of the nd-array).
This would be very useful to create responsive and/or smoothly animated ipygany scenes, especially in conditions of low bandwidth. This way we could send the whole data at once before playing the animation. And then have no or very little (index value) server/client communication while playing the animation.
There's a similar suggestion in vidartf/ipydatawidgets#8, but I'm not sure what would be the best place to implement this.
The text was updated successfully, but these errors were encountered:
I'm thinking about a subclass of
ipygany.Component
, which would provide:The value of the
array
attribute would be the array that correspond to the current index value in the list of arrays (or the current slice of the nd-array).This would be very useful to create responsive and/or smoothly animated ipygany scenes, especially in conditions of low bandwidth. This way we could send the whole data at once before playing the animation. And then have no or very little (index value) server/client communication while playing the animation.
There's a similar suggestion in vidartf/ipydatawidgets#8, but I'm not sure what would be the best place to implement this.
The text was updated successfully, but these errors were encountered: