Skip to content
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

Expected relation between text size and time to run animation? #22

Open
adavies42 opened this issue May 31, 2024 · 2 comments
Open

Expected relation between text size and time to run animation? #22

adavies42 opened this issue May 31, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@adavies42
Copy link

adavies42 commented May 31, 2024

I've been testing the "waves" effect, and noticed it seems to slow down significantly as the text gets bigger. On a 26x67 text similar to the one you use in the showroom, time tte waves takes 12 seconds; when I copy its contents to make a 52x139 text, it takes 46.5 seconds, or about 4x longer. 26x139 and 52x67 versions both took the original 12 seconds though.

Is this expected?

@ChrisBuilds ChrisBuilds added the bug Something isn't working label Jun 1, 2024
@ChrisBuilds
Copy link
Owner

Based on some preliminary profiling, there may be something going on with this particular effect that is resulting in especially poor performance as the dimensions increase. I'll dig into it when I get the opportunity as it will likely improve performance across the library. Thanks.

@utf128
Copy link

utf128 commented Jun 4, 2024

This is the case for all the effects, I think?

@ChrisBuilds ChrisBuilds self-assigned this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants