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

Extension Types #314

Open
Fox32 opened this issue Feb 18, 2024 · 2 comments
Open

Extension Types #314

Fox32 opened this issue Feb 18, 2024 · 2 comments

Comments

@Fox32
Copy link
Contributor

Fox32 commented Feb 18, 2024

Dart 3.3 comes with new extensions types that could be helpful from a performance view as it would remove the need for wrapper types from Vector3, Matrix4, and others. It doesn't come without downsides, like the lack of type checking abilities.

Are there any interest / plans to rework vector_math to use them?

@johnmccutchan
Copy link
Collaborator

I'm interested in exploring this space.

@johnmccutchan
Copy link
Collaborator

but it would be a new API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants