awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesWebGL Matrix Formattings

Storing and formatting 4x4 matrices as column-major float arrays for direct use in WebGL rendering pipelines.

Distinct from WebGL & GPU Rendering: Distinct from WebGL & GPU Rendering: focuses on matrix formatting for WebGL, not the rendering pipeline execution.

Explore 1 awesome GitHub repository matching graphics & multimedia · WebGL Matrix Formattings. Refine with filters or upvote what's useful.

Awesome WebGL Matrix Formattings GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • toji/gl-matrixالصورة الرمزية لـ toji

    toji/gl-matrix

    5,654عرض على GitHub↗

    gl-matrix is a high-performance JavaScript library for vector and matrix math, purpose-built for real-time 3D graphics and physics simulations. It stores all vectors and matrices as typed arrays (Float32Array or Float64Array) in column-major order, matching the memory layout expected by OpenGL and WebGL shaders without requiring transposition. The library is implemented from scratch with zero external dependencies, keeping its bundle size minimal for web and Node.js environments. The library distinguishes itself through its immutable operation pattern, where each math function returns a new t

    Stores and formats 4x4 matrices as column-major float arrays for direct use in WebGL rendering pipelines.

    JavaScript
    عرض على GitHub↗5,654
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. WebGL & GPU Rendering
  5. WebGL Matrix Formattings