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

Extract vectorish module into its own package #14

Open
hmans opened this issue Apr 15, 2022 · 0 comments
Open

Extract vectorish module into its own package #14

hmans opened this issue Apr 15, 2022 · 0 comments

Comments

@hmans
Copy link
Owner

hmans commented Apr 15, 2022

Sometimes libraries (like this one!) are designed to be used alongside Three.js, but don't want to add it as a dependency just to make use of its Vector2 class (because they might be used with something that is not Three.js.) The vectorish module contains some lightweight 2D vector math that might be suitable for extraction into a separate package, so these libraries can just add that and be happy.

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