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

Optimize the WebGL performance of the timeline #48

Closed
jbilcke-hf opened this issue Aug 21, 2024 · 2 comments
Closed

Optimize the WebGL performance of the timeline #48

jbilcke-hf opened this issue Aug 21, 2024 · 2 comments
Labels
performance This ticket is about performance optimization timeline Issues related to the WebGL timeline (@aitube/timeline)
Milestone

Comments

@jbilcke-hf
Copy link
Owner

Currently the display of text isn't very efficient, especially the top bar with the time graduations and labels.

Due to this, other features become to slow to be useable, such as #47 and cursor/rendering playback in large projects.

@jbilcke-hf jbilcke-hf added performance This ticket is about performance optimization timeline Issues related to the WebGL timeline (@aitube/timeline) labels Aug 21, 2024
@jbilcke-hf jbilcke-hf modified the milestones: 1.1.0, 1.0.0 (MVP) Aug 24, 2024
@jbilcke-hf
Copy link
Owner Author

jbilcke-hf commented Sep 3, 2024

I've identified one of the reasons: the color conversion code!

Screenshot 2024-09-03 at 18 25 59

--> so I'm optimizing this (+ the way we call it, so that we don't do it too often)

jbilcke-hf added a commit that referenced this issue Sep 3, 2024
@jbilcke-hf
Copy link
Owner Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance This ticket is about performance optimization timeline Issues related to the WebGL timeline (@aitube/timeline)
Projects
Status: Done
Development

No branches or pull requests

1 participant