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

Decouple Vector3, Vector2 and Quaternion matatables and optimize operations on them #93

Open
4z0t opened this issue Oct 23, 2024 · 2 comments

Comments

@4z0t
Copy link
Member

4z0t commented Oct 23, 2024

Right now game sets for Vector3, Vector2 and Quaternion same metatable that makes it hard to work with them. See FAForever/fa#6438 . This can be fixed with binary patch as well as introducing new functions for math operations on them with focus on performance.
image

@4z0t
Copy link
Member Author

4z0t commented Oct 23, 2024

I think @lL1l1 may be interested to help with that.

@4z0t
Copy link
Member Author

4z0t commented Oct 23, 2024

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

1 participant