Can GForce GPU layout have animation when layouting? #4023
zhenya-zhu
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it ok add layout animation feature for the GForce GPU layout, similar to the GForce CPU layout?
I have dived into
layout
lib, and found that we can get the intermedia status by this line. So theoretically it can be done.https://github.com/antvis/layout/blob/532ba17bc18bfdd2d8f135b155b431e9edaaac5e/src/layout/gpu/gForce.ts#L361
I was wondering is there anything preventing you to implement this feature? Does it cause a performance issue to get data from GPU?
Beta Was this translation helpful? Give feedback.
All reactions