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

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

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

2 مستودعات

Awesome GitHub RepositoriesWeb Asset Loading

Asynchronous fetching of web-based vector assets and dependencies to prevent UI blocking.

Distinct from Asynchronous Asset Loading: Focuses specifically on web browser resource loading rather than game assets or Android images.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Web Asset Loading. Refine with filters or upvote what's useful.

Awesome Web Asset Loading GitHub Repositories

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

    canvg/canvg

    3,832عرض على GitHub↗

    canvg is a JavaScript graphics library and rendering engine designed to parse SVG vector data and draw the resulting graphics onto HTML5 canvas elements. It functions as a pipeline that transforms structured vector markup into pixel-based output for use in web browsers. The library provides a framework for web vector graphics animation, executing rendering cycles to maintain consistent visual motion. It also enables interactive vector graphics by mapping user input, such as mouse clicks and touch events, to specific shapes within the rendered canvas. The engine handles vector-to-pixel transf

    Implements asynchronous fetching of external assets to ensure the rendering engine does not block the main UI thread.

    TypeScriptcanvashacktoberfestjavascript
    عرض على GitHub↗3,832
  • zeman/perfmapالصورة الرمزية لـ zeman

    zeman/perfmap

    3,768عرض على GitHub↗

    Perfmap is a web performance visualization tool and frontend resource loading analyzer. It functions as a diagnostic tool that identifies slow-loading assets by highlighting their completion time and download duration directly in the browser. The project is delivered as a bookmarklet that overlays color-coded heatmaps on page elements. It translates Resource Timing API data into a visual spectrum to represent the chronology of how images and background assets load. The tool maps resource download metrics and loading timelines directly onto the document object model using a dynamic CSS overla

    Maps the timing of resource downloads directly onto page elements to profile the loading sequence.

    JavaScript
    عرض على GitHub↗3,768
  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Asset Loading
  4. Web Asset Loading

استكشف الوسوم الفرعية

  • Load Sequence ProfilingAnalysis of the order and timing of web asset requests to understand the loading waterfall visually. **Distinct from Web Asset Loading:** Distinct from general web asset loading: focuses on profiling the sequence and timing rather than the mechanism of fetching.