awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesWebGL-Formatted Outputs

Exposes matrices and vectors as flat arrays ready for direct upload to GPU uniform buffers without reformatting.

Distinct from WebGL & GPU Rendering: Distinct from WebGL & GPU Rendering: focuses on the output format of math data for GPU upload, not the rendering pipeline itself.

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

Awesome WebGL-Formatted Outputs GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • toji/gl-matrixAvatar von toji

    toji/gl-matrix

    5,654Auf GitHub ansehen↗

    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

    Exposes matrices and vectors as flat arrays ready for direct upload to GPU uniform buffers without reformatting.

    JavaScript
    Auf GitHub ansehen↗5,654
  1. Home
  2. Graphics & Multimedia
  3. Graphics Engines and Rendering
  4. WebGL & GPU Rendering
  5. WebGL-Formatted Outputs