We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi~
GlMatrix is a really high-performance JavaScript matrix library, but its API is not easy to use.
So I wrote a babel-plugin to make the API more friendly to users.
The text was updated successfully, but these errors were encountered:
That is amazing! 👍 Should the Readme get edited to have a link to that plugin?
Sorry, something went wrong.
Sure :-)
I quite like this too!
Update to 0.5.0
Add an option "glMatrixArray" to specify Array as glMatrix.ARRAY_TYPE instead of Float32Array.
"glMatrixArray"
Array
glMatrix.ARRAY_TYPE
Float32Array
For [#359].
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi~
GlMatrix is a really high-performance JavaScript matrix library, but its API is not easy to use.
So I wrote a babel-plugin to make the API more friendly to users.
The text was updated successfully, but these errors were encountered: