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

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

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

12 مستودعات

Awesome GitHub RepositoriesWeb Graphics Libraries

JavaScript libraries for rendering 2D and 3D content in the browser.

Explore 12 awesome GitHub repositories matching part of an awesome list · Web Graphics Libraries. Refine with filters or upvote what's useful.

Awesome Web Graphics Libraries GitHub Repositories

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

    mrdoob/three.js

    113,086عرض على GitHub↗

    This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these definitions from specific hardware targets, the engine ensures consistent performance across diverse browsers and devices. The framework distinguishes itself through a robust architecture that includes a unified math library for high-frequency spatial calculations and a physically bas

    Standard JavaScript library for 3D graphics.

    JavaScript3daugmented-realitycanvas
    عرض على GitHub↗113,086
  • babylonjs/babylon.jsالصورة الرمزية لـ BabylonJS

    BabylonJS/Babylon.js

    25,652عرض على GitHub↗

    Babylon.js is a JavaScript game engine and real-time graphics renderer designed for creating interactive three-dimensional visuals and applications. It functions as a web-based 3D framework and WebGL engine that enables the deployment of high-performance 3D content across various web platforms and devices. The project provides tools for web-based 3D game development, real-time graphics rendering, and the creation of browser-based interactive visualizations. It also supports the development of WebXR virtual and augmented reality experiences using standard web technologies. The framework cover

    Comprehensive framework for building 3D web games.

    TypeScript
    عرض على GitHub↗25,652
  • theatre-js/theatreالصورة الرمزية لـ theatre-js

    theatre-js/theatre

    12,476عرض على GitHub↗

    Theatre is a motion graphics and animation library designed for the web. It functions as a declarative state animation engine that manages the properties of visual elements over time, allowing developers to create complex, time-based sequences and interactive motion graphics directly within the browser. The framework distinguishes itself through its focus on audio-synced animation, providing tools to coordinate visual motion sequences with external sound files. By utilizing a declarative animation graph and keyframe-based property interpolation, it enables the creation of rhythmic, music-driv

    Library for motion design with visual tools.

    TypeScriptanimationdevtoolsgenerative-art
    عرض على GitHub↗12,476
  • regl-project/reglالصورة الرمزية لـ regl-project

    regl-project/regl

    5,528عرض على GitHub↗

    regl is a declarative WebGL library that manages graphics state and GPU resources through functional commands instead of manual binding and state tracking. It provides a command-based drawing abstraction where shaders, attributes, and render state are encapsulated into reusable, compiled functions that can be executed efficiently. What sets regl apart is its scoped state inheritance system, which allows nested drawing commands to inherit and override render state from parent scopes for organized rendering. The library automatically recovers from GPU context loss by restoring buffer and textur

    Functional abstraction for WebGL development.

    JavaScriptjavascriptreglwebgl
    عرض على GitHub↗5,528
  • oframe/oglالصورة الرمزية لـ oframe

    oframe/ogl

    4,540عرض على GitHub↗

    ogl هي مكتبة رسومات WebGL ومحرك رسم بياني للمشاهد ثلاثية الأبعاد مصمم لعرض المشاهد ثلاثية الأبعاد. توفر إطار عمل خفيف الوزن لإدارة الهندسة وتنسيق التحويلات المكانية داخل نظام هرمي. يتضمن المشروع نظام تظليل PBR لإنشاء مواد واقعية وإطار عمل حسابي GPGPU لإجراء عمليات حسابية عامة واسعة النطاق ومحاكاة الجسيمات على معالج الرسومات. كما يتميز بمجموعة معالجة لاحقة لتطبيق مرشحات مرئية على المشاهد المعروضة عبر مخازن الإطارات (frame buffers). تغطي المكتبة إمكانيات أوسع بما في ذلك عمليات الرياضيات ثلاثية الأبعاد، واستيراد وتحريك الأصول ثلاثية الأبعاد، وتفاعل المستخدم من خلال تقنيات raycasting وعناصر التحكم في الكاميرا.

    Minimalist WebGL library for 3D graphics.

    JavaScript
    عرض على GitHub↗4,540
  • kripken/ammo.jsالصورة الرمزية لـ kripken

    kripken/ammo.js

    4,514عرض على GitHub↗

    ammo.js هو منفذ JavaScript لمحرك الفيزياء Bullet، تم تجميعه عبر Emscripten لتوفير مكتبة فيزياء عالية الأداء للمتصفح. يعمل كمحرك أجسام صلبة ثلاثي الأبعاد ومكتبة مجمعة بـ Emscripten تتيح إجراء حسابات فيزيائية معقدة باستخدام WebAssembly و JavaScript. يوفر المشروع إمكانيات محاكاة متخصصة لفيزياء الأجسام اللينة، ونمذجة تشوه المواد المرنة مثل القماش والمطاط، ومحرك ديناميكيات المركبات لحساب ميكانيكا المركبات ذات العجلات. تغطي واجهة المحاكاة أيضاً ديناميكيات الأجسام الصلبة للأجسام غير القابلة للتشوه وتوليد التضاريس عبر خرائط الارتفاع لإنشاء مناظر طبيعية ثلاثية الأبعاد تحرك التفاعلات الفيزيائية.

    Port of the Bullet physics engine for JavaScript.

    C++
    عرض على GitHub↗4,514
  • lo-th/oimo.jsالصورة الرمزية لـ lo-th

    lo-th/Oimo.js

    3,162عرض على GitHub↗

    Lightweight 3d physics engine for javascript

    Lightweight 3D physics engine for JavaScript.

    JavaScript
    عرض على GitHub↗3,162
  • greggman/twgl.jsالصورة الرمزية لـ greggman

    greggman/twgl.js

    2,987عرض على GitHub↗

    A Tiny WebGL helper Library

    Tiny helper library for WebGL.

    JavaScript
    عرض على GitHub↗2,987
  • visgl/luma.glالصورة الرمزية لـ visgl

    visgl/luma.gl

    2,453عرض على GitHub↗

    High-performance Toolkit for WebGL-based Data Visualization

    WebGL2 components specifically for data visualization.

    TypeScript
    عرض على GitHub↗2,453
  • evanw/lightgl.jsالصورة الرمزية لـ evanw

    evanw/lightgl.js

    1,570عرض على GitHub↗

    A lightweight WebGL library

    Lightweight library for WebGL rendering.

    JavaScript
    عرض على GitHub↗1,570
  • tsherif/picogl.jsالصورة الرمزية لـ tsherif

    tsherif/picogl.js

    797عرض على GitHub↗

    A minimal WebGL 2 rendering library

    Minimalist library for WebGL 2 rendering.

    JavaScript
    عرض على GitHub↗797
  • yiwenl/alfridالصورة الرمزية لـ yiwenl

    yiwenl/Alfrid

    238عرض على GitHub↗

    A WebGL tool set.

    Tool set for WebGL development.

    JavaScript
    عرض على GitHub↗238
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Web Graphics Libraries