@2gis/gl-matrix 中文文档教程
glMatrix
Javascript 已经发展成为一种能够处理实时 3D 图形的语言, 通过 WebGL,以及物理模拟等计算密集型任务。 这些类型的应用程序需要高性能矢量和矩阵数学, 这是 Javascript 默认不提供的东西。 glMatrix 来救援!
glMatrix 旨在快速执行向量和矩阵运算! 经过 手动调整每个功能以获得最佳性能并鼓励高效 通过 API 约定的使用模式,glMatrix 将帮助您充分利用 您的浏览器 Javascript 引擎。
Learn More
如需文档、新闻、教程等,请访问 glMatrix 主页
Contributing
欢迎投稿! 请为新功能提供单元测试。 (详见TESTING.md)
Release
npm版本补丁&& git push --follow-tags && npm 运行 pub
glMatrix
Javascript has evolved into a language capable of handling realtime 3D graphics, via WebGL, and computationally intensive tasks such as physics simulations. These types of applications demand high performance vector and matrix math, which is something that Javascript doesn't provide by default. glMatrix to the rescue!
glMatrix is designed to perform vector and matrix operations stupidly fast! By hand-tuning each function for maximum performance and encouraging efficient usage patterns through API conventions, glMatrix will help you get the most out of your browsers Javascript engine.
Learn More
For documentation, news, tutorials, and more visit the glMatrix Homepage
Contributing
Contributions are welcome! Please provide unit tests for new functionality. (See TESTING.md for details)
Release
npm version patch && git push --follow-tags && npm run pub