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

Increase performance by combining transformations into using the transformation matrix #1

Open
andrewpmoore opened this issue Apr 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@andrewpmoore
Copy link
Owner

Currently, offset, skew and rotation are performed with wrap around widgets to perform each action separately.
This could be changed to using a single transform using maxtrix4

@andrewpmoore andrewpmoore added the enhancement New feature or request label Apr 21, 2022
@andrewpmoore andrewpmoore changed the title Increase performance but combining transformations into using the transformation matrix Increase performance by combining transformations into using the transformation matrix Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant